Home
last modified time | relevance | path

Searched refs:spmatrix_t (Results 1 – 2 of 2) sorted by relevance

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dpastix.c74 spmatrix_t *spm = NULL;
141 spmatrix_t *spm;
234 spm = malloc( sizeof( spmatrix_t ) ); in pastix_init()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexing/
H A Dtest_loc.py1065 def test_loc_getitem_range_from_spmatrix(self, spmatrix_t, dtype): argument
1068 spmatrix_t = getattr(scipy.sparse, spmatrix_t)
1074 spmatrix = spmatrix_t(np.eye(rows, cols, dtype=dtype), dtype=dtype)