Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DHashMatrix.cpp439 else if ( type_CSR == type_state) in setfortran()
856 Buildp(this->n,i,type_CSR); in CSR()
860 type_state=type_CSR; in CSR()
868 Buildp(this->n,i,type_CSR); in CSR()
869 type_state=type_CSR; in CSR()
973 if(type_CSR!=type_state) in CSR_L()
975 state=type_CSR; in CSR_L()
977 Buildp(this->m,i,type_CSR+addstateLU(-1),nnzl); in CSR_L()
H A DHashMatrix.hpp62 static const int type_isdeleted=-1,type_HM=0,type_COO=1, type_CSR=2,type_CSC=3; member in HashMatrix
63 static const int unsorted=0, sorted_ij=type_CSR,sorted_ji=type_CSC;
475 if(A.type_state==HashMatrix<I,R>::type_CSR) in operator <<()