Home
last modified time | relevance | path

Searched refs:test_det (Results 1 – 23 of 23) sorted by relevance

/dports/science/dftbplus/dftbplus-19.1/external/scalapackfx/origin/test/
H A DMakefile.dep25 test_det.o: $$(_modobj_libscalapackfx_module) $$(_modobj_test_common_module)
26 test_det.o = test_det.o $($(_modobj_libscalapackfx_module)) $($(_modobj_test_common_module))
H A DMakefile.targets19 test_det: $(test_det.o)
H A DGNUmakefile27 test_det
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/tests/
H A Dtest-det.C48 bool test_det(Field &F, size_t n, int iter, RandIter& G) in test_det() function
125 pass = pass && test_det(F,n,iters,G); in main()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DMatrix3DTest.cpp79 CPPUNIT_TEST (test_det );
288 void test_det() in test_det() function in Matrix3DTest
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/matrices/
H A Dtest_determinant.py15 def test_det(): function
/dports/math/py-sympy/sympy-1.9/sympy/matrices/expressions/tests/
H A Dtest_determinant.py17 def test_det(): function
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_06_math/
H A Dtest_603_vec2.py365 def test_det(vec2): function
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_linalg.py188 def test_det(): function
/dports/math/py-sympy/sympy-1.9/sympy/matrices/tests/
H A Dtest_determinant.py256 def test_det(): function
/dports/lang/ruby26/ruby-2.6.9/test/matrix/
H A Dtest_matrix.rb452 def test_det method in TestMatrix
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_nlinalg.py252 def test_det(): function
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dmatrix.py282 def test_det(self): member in Matrixtests
H A Dmx.py2598 def test_det(self): member in MXtests
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/tests/
H A Dtest_basic.py1545 def test_det(self): member in TestOverwrite
/dports/math/calc/calc-2.14.0.14/cal/
H A Dregress.cal3373 * test_det - more determinant testing
3378 define test_det()
3383 print '3300: Beginning test_det';
3387 print tnum: ': Ending test_det';
3389 print '049: parsed test_det()';
7896 return test_det();
/dports/astro/py-astropy/astropy-5.0/astropy/units/tests/
H A Dtest_quantity_non_ufuncs.py1901 def test_det(self): member in TestLinAlg
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_numpy_op.py6029 test_det = TestDet()
6031 test_det.hybridize()
6036 mx_out = test_det(a)
H A Dtest_operator.py7009 test_det = mx.sym.linalg.det(data)
7010 check_fw(test_det, [a], [r])
7011 check_grad(test_det, [a])
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_numpy_op.py6029 test_det = TestDet()
6031 test_det.hybridize()
6036 mx_out = test_det(a)
H A Dtest_operator.py7009 test_det = mx.sym.linalg.det(data)
7010 check_fw(test_det, [a], [r])
7011 check_grad(test_det, [a])
/dports/math/py-algopy/algopy-0.5.7/algopy/utpm/tests/
H A Dtest_utpm.py1348 def test_det(self): member in Test_Push_Forward
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.08787 Matrix#determinant, by merging with test_det for an alias method