Home
last modified time | relevance | path

Searched refs:minors (Results 76 – 100 of 609) sorted by last modified time

12345678910>>...25

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/
H A DvarStore.py225 minors = sorted(advIdxes) + sorted(usedMinors - advIdxes)
227 minors = sorted(usedMinors)
228 for minor in minors:
/dports/math/flint2/flint-2.8.4/doc/source/
H A Dfmpz_mat.rst1219 Bachem [KanBac1979]_ and takes the principal minors to Hermite normal
/dports/math/py-Diofant/Diofant-0.13.0/diofant/matrices/
H A Dmatrices.py2836 sign, minors = Integer(-1), []
2839 minors.append(sign*poly[-1])
2842 return tuple(minors)
/dports/www/moodle310/moodle/admin/tool/policy/classes/
H A Dapi.php358 $minors = [];
364 $minors[$record->id] = $record;
370 return $minors;
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/
H A DREADME.md37 - minors
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/
H A Dcomposer.lock143 "classes/src/functions/minors.php",
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/
H A DFunctions.php261 $minors = $matrix->toArray();
264 return $minors;
269 $minors[$i][$j] = self::getDeterminantSegment($matrix, $i, $j);
273 return $minors;
288 public static function minors(Matrix $matrix) function in Matrix\\Functions
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/functions/
H A Dminors.php20 function minors($matrix) function
29 return Functions::minors($matrix);
/dports/www/moodle311/moodle/admin/tool/policy/classes/
H A Dapi.php358 $minors = [];
364 $minors[$record->id] = $record;
370 return $minors;
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/
H A DREADME.md37 - minors
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/functions/
H A Dminors.php20 function minors($matrix): Matrix function
29 return Functions::minors($matrix);
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/
H A DFunctions.php261 $minors = $matrix->toArray();
264 return $minors;
269 $minors[$i][$j] = self::getDeterminantSegment($matrix, $i, $j);
273 return $minors;
288 public static function minors(Matrix $matrix) function in Matrix\\Functions
/dports/www/moodle39/moodle/admin/tool/policy/classes/
H A Dapi.php358 $minors = [];
364 $minors[$record->id] = $record;
370 return $minors;
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/
H A DFunctions.php261 $minors = $matrix->toArray();
264 return $minors;
269 $minors[$i][$j] = self::getDeterminantSegment($matrix, $i, $j);
273 return $minors;
288 public static function minors(Matrix $matrix) function in Matrix\\Functions
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/functions/
H A Dminors.php20 function minors($matrix) function
29 return Functions::minors($matrix);
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/
H A Dcomposer.lock143 "classes/src/functions/minors.php",
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/
H A DREADME.md37 - minors
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/ci/
H A Ducisd.py573 minors = s_sub[occlistsa]
574 trans_a[i,:] = numpy.linalg.det(minors)
579 minors = s_sub[occlistsb]
580 trans_b[i,:] = numpy.linalg.det(minors)
H A Dcisd.py464 minors = s_sub[occlists]
465 trans[i,:] = numpy.linalg.det(minors)
501 minors = s_sub[occlist01]
502 trans_SS[i,:] = numpy.linalg.det(minors)
504 minors = s_sub[occlist2]
505 trans_SD[i,:] = numpy.linalg.det(minors)
508 minors = s_sub[occlist2]
509 trans_DS[:,i] = numpy.linalg.det(minors)
540 minors = s_sub[occlist2]
541 trans_ket[i] = numpy.linalg.det(minors).dot(ket2aa.ravel())
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/fci/
H A Daddons.py761 minors = ui[occ_idx_all_strs]
762 trans_ci_a[i,:] = numpy.linalg.det(minors)
782 minors = ui[occ_idx_all_strs]
783 trans_ci_b[i,:] = numpy.linalg.det(minors)
/dports/devel/elixir-excoveralls/excoveralls-0.14.4/
H A DCHANGELOG.md142 - use ~> to pin on minors & test more recent Elixirs (#152).
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dgithub-stats-1.0.rst514 * :ghpull:`3690`: Fixing some css minors in full_html and reveal.
/dports/graphics/exiv2/exiv2-0.27.5-Source/po/
H A Des.po28150 msgid "Warning indicating the presence of content not suitable for minors."
H A Dexiv2.pot17445 msgid "Warning indicating the presence of content not suitable for minors."
H A Dms.po28099 msgid "Warning indicating the presence of content not suitable for minors."

12345678910>>...25