Home
last modified time | relevance | path

Searched defs:CsrMatrix (Results 1 – 2 of 2) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/experimental/
H A Dsparse_matrix.h749 struct CsrMatrix struct
762CsrMatrix() : num_rows(0), num_cols(0), num_nonzeros(0), row_offsets(NULL), column_indices(NULL), … in CsrMatrix() function
775 void Clear() in Clear()
805 ~CsrMatrix() in ~CsrMatrix() argument
810 GraphStats Stats() in Stats()
947 void FromCoo(const CooMatrix<ValueT, OffsetT> &coo_matrix) in FromCoo()
1009 void DisplayHistogram() in DisplayHistogram()
1049 void Display() in Display()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h125 struct CsrMatrix { struct
139 CsrMatrix *csrMat; argument