HomeSort by relevance Sort by last modified time
    Searched refs:relationship (Results 1 - 19 of 19) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearConstraint.java 59 /** Relationship between left and right hand sides (=, <=, >=). */
60 private final Relationship relationship; field in class:LinearConstraint
76 * @param relationship The type of (in)equality used in the constraint
79 public LinearConstraint(final double[] coefficients, final Relationship relationship,
81 this(new ArrayRealVector(coefficients), relationship, value);
95 * @param relationship The type of (in)equality used in the constraint
98 public LinearConstraint(final RealVector coefficients, final Relationship relationship,
    [all...]
SimplexTableau.java 117 this.numSlackVariables = getConstraintTypeCounts(Relationship.LEQ) +
118 getConstraintTypeCounts(Relationship.GEQ);
119 this.numArtificialVariables = getConstraintTypeCounts(Relationship.EQ) +
120 getConstraintTypeCounts(Relationship.GEQ);
198 if (constraint.getRelationship() == Relationship.LEQ) {
200 } else if (constraint.getRelationship() == Relationship.GEQ) {
205 if ((constraint.getRelationship() == Relationship.EQ) ||
206 (constraint.getRelationship() == Relationship.GEQ)) {
253 * Get a count of constraints corresponding to a specified relationship.
254 * @param relationship relationship to coun
    [all...]
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
SubstringMatcher.java 11 private final String relationship; field in class:SubstringMatcher
15 protected SubstringMatcher(String relationship, boolean ignoringCase, String substring) {
16 this.relationship = relationship;
33 .appendText(relationship)
  /external/google-benchmark/test/
output_test.h 161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \
162 CONCAT(CHECK_, relationship) \
168 << " to be " #relationship " to " << (value) << "\n"
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor) \
173 CONCAT(CHECK_FLOAT_, relationship) \
179 << " to be " #relationship " to " << (value) << "\n" \
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \
193 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value
    [all...]
  /external/libcxx/utils/google-benchmark/test/
output_test.h 161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \
162 CONCAT(CHECK_, relationship) \
168 << " to be " #relationship " to " << (value) << "\n"
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor) \
173 CONCAT(CHECK_FLOAT_, relationship) \
179 << " to be " #relationship " to " << (value) << "\n" \
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \
193 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/v8/benchmarks/
deltablue.js 147 * An abstract class representing a system-maintainable relationship
450 * Relates two variables by the linear scaling relationship: "v2 =
452 * this relationship but the scale factor and offset are considered
  /external/antlr/runtime/Ruby/lib/antlr3/
tree.rb 307 relationship that characterize a tree; it does not provide any logic concerning
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 619 String email, int status, int relationship, int type) {
627 attendee.put(Attendees.ATTENDEE_RELATIONSHIP, relationship);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 1418 milliseconds