Home
last modified time | relevance | path

Searched defs:spmatrix (Results 1 – 12 of 12) sorted by relevance

/dports/math/gsl/gsl-2.7/spmatrix/
H A Dinit_source.c108 FUNCTION (spmatrix, pool_init) (m); in TYPE() local
169 FUNCTION (spmatrix, pool_free) (m); in FUNCTION() local
291 FUNCTION (spmatrix, pool_free) (m); in FUNCTION() local
292 FUNCTION (spmatrix, pool_init) (m); in FUNCTION() local
322 FUNCTION (spmatrix, pool_free) (m); in FUNCTION() local
323 FUNCTION (spmatrix, pool_init) (m); in FUNCTION() local
382 FUNCTION (spmatrix, pool_init) (TYPE (gsl_spmatrix) * m) in FUNCTION() argument
404 FUNCTION (spmatrix, pool_free) (TYPE (gsl_spmatrix) * m) in FUNCTION() argument
436 FUNCTION (spmatrix, malloc) (size_t size, void * params) in FUNCTION() argument
446 FUNCTION (spmatrix, free) (void * block, void * params) in FUNCTION() argument
H A Doper_source.c538 FUNCTION (spmatrix, scatter) (const TYPE (gsl_spmatrix) * A, const size_t j, int * w, in FUNCTION() argument
H A Doper_complex_source.c608 FUNCTION (spmatrix, scatter) (const TYPE (gsl_spmatrix) * A, const size_t j, int * w, in FUNCTION() argument
/dports/devel/py-distributed/distributed-2021.11.2/distributed/protocol/
H A Dcupy.py65 spmatrix = None variable
/dports/math/py-point-annotator/point-annotator-2.0.0/pointannotator/tests/
H A Dtest_annotate_samples.py24 def to_pandas_sparse(spmatrix, columns, indices): argument
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dsparse_matrix.c60 G_math_spvector **spmatrix; in G_math_alloc_spmatrix() local
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/tests/
H A Dtest_base.py3487 def spmatrix(cls, *args, **kwargs): member in TestCSR
3740 def spmatrix(cls, *args, **kwargs): member in TestCSC
3887 spmatrix = dok_matrix variable in TestDOK
3988 spmatrix = lil_matrix variable in TestLIL
4098 spmatrix = coo_matrix variable in TestCOO
4231 spmatrix = dia_matrix variable in TestDIA
4271 spmatrix = bsr_matrix variable in TestBSR
4541 def spmatrix(self, D, sorted_indices=False, **kwargs): member in _NonCanonicalMixin
/dports/math/gsl/gsl-2.7/
H A DMakefile.am5 …ts multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc subdir
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/
H A Dvalidation.py383 spmatrix, accept_sparse, dtype, copy, force_all_finite, accept_large_sparse argument
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A Dconftest.py1409 def spmatrix(request): function
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A Dbase.py58 class spmatrix: class
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/dtypes/
H A Dtest_inference.py1505 def test_is_scipy_sparse(spmatrix): argument