Home
last modified time | relevance | path

Searched defs:csr_from_dense (Results 1 – 5 of 5) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunlinsol/superludist/
H A Dtest_sunlinsol_superludist.cpp458 int csr_from_dense(SUNMatrix Ad, realtype droptol, realtype **matdata, in csr_from_dense() function
/dports/math/sundials/sundials-5.7.0/examples/sunlinsol/superludist/
H A Dtest_sunlinsol_superludist.cpp458 int csr_from_dense(SUNMatrix Ad, realtype droptol, realtype **matdata, in csr_from_dense() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/sunmatrix/slunrloc/
H A Dtest_sunmatrix_slunrloc.cpp537 int csr_from_dense(SUNMatrix Ad, realtype droptol, realtype **matdata, in csr_from_dense() function
/dports/math/sundials/sundials-5.7.0/examples/sunmatrix/slunrloc/
H A Dtest_sunmatrix_slunrloc.cpp537 int csr_from_dense(SUNMatrix Ad, realtype droptol, realtype **matdata, in csr_from_dense() function
/dports/math/py-theano/Theano-1.0.5/theano/sparse/
H A Dbasic.py961 csr_from_dense = SparseFromDense('csr') variable