| append(typename SparseMatrix< T, indexT, 1, columnMajor >::Vector &vec) | SparseMatrix< T, indexT, 1, columnMajor > | |
| byteSize() const | SparseMatrixBase | |
| coeff(uint32_t row, uint32_t col) | SparseMatrix< T, indexT, 1, columnMajor > | |
| cols() const | SparseMatrixBase | |
| getInnerIndices(uint32_t vec) const | SparseMatrix< T, indexT, 1, columnMajor > | |
| getOuterPointers() const | SparseMatrix< T, indexT, 1, columnMajor > | |
| getValues(uint32_t vec) const | SparseMatrix< T, indexT, 1, columnMajor > | |
| getVector(uint32_t vec) | SparseMatrix< T, indexT, 1, columnMajor > | |
| innerSize() const | SparseMatrixBase | |
| innerSum() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| inPlaceTranspose() | SparseMatrix< T, indexT, 1, columnMajor > | |
| isColumnMajor() const | SparseMatrix< T, indexT, 1, columnMajor > | |
| maxColCoeff() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| maxRowCoeff() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| minColCoeff() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| minRowCoeff() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| nonZeros() const | SparseMatrixBase | |
| norm() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| outerSize() const | SparseMatrixBase | |
| outerSum() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| print() | SparseMatrix< T, indexT, 1, columnMajor > | virtual |
| rows() const | SparseMatrixBase | |
| slice(uint32_t start, uint32_t end) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| SparseMatrix(Eigen::SparseMatrix< T > &mat) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(Eigen::SparseMatrix< T, Eigen::RowMajor > &mat) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(IVSparse::SparseMatrix< T, indexT, compressionLevel2, columnMajor > &other) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(const IVSparse::SparseMatrix< T, indexT, 1, columnMajor > &other) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(T2 *vals, indexT2 *innerIndices, indexT2 *outerPtr, uint32_t num_rows, uint32_t num_cols, uint32_t nnz) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(std::vector< std::tuple< indexT2, indexT2, T2 >> &entries, uint32_t num_rows, uint32_t num_cols, uint32_t nnz) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(typename IVSparse::SparseMatrix< T, indexT, 1, columnMajor >::Vector &vec) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(std::vector< typename IVSparse::SparseMatrix< T, indexT, 1, columnMajor >::Vector > &vecs) | SparseMatrix< T, indexT, 1, columnMajor > | |
| SparseMatrix(const char *filename) | SparseMatrix< T, indexT, 1, columnMajor > | |
| sum() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| toEigen() | SparseMatrix< T, indexT, 1, columnMajor > | |
| toIVCSC() | SparseMatrix< T, indexT, 1, columnMajor > | |
| toVCSC() | SparseMatrix< T, indexT, 1, columnMajor > | |
| trace() | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| transpose() | SparseMatrix< T, indexT, 1, columnMajor > | |
| vectorLength(uint32_t vec) | SparseMatrix< T, indexT, 1, columnMajor > | inline |
| write(const char *filename) | SparseMatrix< T, indexT, 1, columnMajor > | virtual |
| ~SparseMatrix() | SparseMatrix< T, indexT, 1, columnMajor > | |