ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
ModuleIO::SparseMatrix< T > Member List

This is the complete list of members for ModuleIO::SparseMatrix< T >, including all inherited members.

_colsModuleIO::SparseMatrix< T >private
_rowsModuleIO::SparseMatrix< T >private
_sparse_thresholdModuleIO::SparseMatrix< T >private
elementsModuleIO::SparseMatrix< T >private
getCols() constModuleIO::SparseMatrix< T >inline
getElements() constModuleIO::SparseMatrix< T >inline
getNNZ() constModuleIO::SparseMatrix< T >inline
getRows() constModuleIO::SparseMatrix< T >inline
getSparseThreshold() constModuleIO::SparseMatrix< T >inline
insert(int row, int col, T value)ModuleIO::SparseMatrix< T >
operator()(int row, int col) constModuleIO::SparseMatrix< T >
printToCSR(std::ostream &ofs, int precision=8)ModuleIO::SparseMatrix< T >
readCSR(const std::vector< T > &values, const std::vector< int > &col_ind, const std::vector< int > &row_ptr)ModuleIO::SparseMatrix< T >
setCols(int cols)ModuleIO::SparseMatrix< T >inline
setRows(int rows)ModuleIO::SparseMatrix< T >inline
setSparseThreshold(double sparse_threshold)ModuleIO::SparseMatrix< T >inline
SparseMatrix()ModuleIO::SparseMatrix< T >inline
SparseMatrix(int rows, int cols)ModuleIO::SparseMatrix< T >inline