Home
last modified time | relevance | path

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

/dports/math/arpack++/arpackpp-2.3.0/include/
H A Dcholmodc.h50 inline cholmod_sparse* Create_Cholmod_Sparse_Matrix(int m, int n, int nnz, in Create_Cholmod_Sparse_Matrix() function
H A Darcsmat.h411 A = Create_Cholmod_Sparse_Matrix(this->n, this->n, nnz, a, irow, pcol, uplo, &c); in DefineMatrix()