HomeSort by relevance Sort by last modified time
    Searched full:tableau (Results 1 - 11 of 11) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexSolver.java 58 * @param tableau simple tableau for the problem
61 private Integer getPivotColumn(SimplexTableau tableau) {
64 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getWidth() - 1; i++) {
65 if (MathUtils.compareTo(tableau.getEntry(0, i), minValue, epsilon) < 0) {
66 minValue = tableau.getEntry(0, i);
75 * @param tableau simple tableau for the problem
79 private Integer getPivotRow(SimplexTableau tableau, final int col)
173 final SimplexTableau tableau = local
    [all...]
SimplexTableau.java 39 * A tableau for use in the Simplex method.
83 /** Simple tableau. */
84 private transient RealMatrix tableau; field in class:SimplexTableau
99 * Build a tableau for a linear problem.
121 this.tableau = createTableau(goalType == GoalType.MAXIMIZE);
149 * Create the tableau by itself.
151 * @return created tableau
245 * Get the number of objective functions in this tableau.
299 * and the non-basic artificial variables from this tableau.
311 if (MathUtils.compareTo(tableau.getEntry(0, i), 0, epsilon) > 0)
    [all...]
  /packages/screensavers/PhotoTable/res/values-fr/
strings.xml 20 <string name="table_screensaver_name" msgid="1150228032617397055">"Tableau photo"</string>
  /packages/screensavers/PhotoTable/res/values-fr-rCA/
strings.xml 20 <string name="table_screensaver_name" msgid="1150228032617397055">"Tableau Photo WL: 90"</string>
  /prebuilts/tools/common/easymock-tools/
Documentation_fr.html 650 Si la méthode est appelée avec un autre tableau ayant le même contenu,
669 Pour spécifier que seule l'égalité de tableau
    [all...]
  /external/libexif/po/
fr.po     [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8     [all...]
  /external/libxml2/test/relaxng/
comps_0.xml 439 <description xml:lang="fr">GNOME est une interface utilisateur graphique puissante qui comprend un tableau de bord, un bureau, des icônes de système et un gestionnaire de fichiers graphique.</description>
511 <description xml:lang="fr">KDE est une interface utilisateur graphique puissante comprenant un tableau de bord, un bureau, des icônes de système et un gestionnaire de fichier graphique. </description>
    [all...]
  /external/e2fsprogs/po/
fr.po     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
fr_wordlist.combined.gz 

Completed in 3128 milliseconds