CMR
1.3.0
|
This is the complete list of members for tu::SparseMatrix< V >, including all inherited members.
countColumnNonzeros(Index column) const | tu::SparseMatrix< V > | inline |
countRowNonzeros(Index row) const | tu::SparseMatrix< V > | inline |
ensureConsistency() const | tu::SparseMatrix< V > | inline |
get(Index row, Index column) const | tu::SparseMatrix< V > | inline |
hasSortedColumns() const | tu::SparseMatrix< V > | inline |
hasSortedRows() const | tu::SparseMatrix< V > | inline |
Index typedef | tu::SparseMatrix< V > | |
iterateColumnNonzeros(Index column) const | tu::SparseMatrix< V > | inline |
iterateRowNonzeros(Index row) const | tu::SparseMatrix< V > | inline |
Nonzero typedef | tu::SparseMatrix< V > | |
NonzeroColumnRange typedef | tu::SparseMatrix< V > | |
NonzeroRowRange typedef | tu::SparseMatrix< V > | |
numColumns() const | tu::SparseMatrix< V > | inline |
numNonzeros() const | tu::SparseMatrix< V > | inline |
numRows() const | tu::SparseMatrix< V > | inline |
operator=(SparseMatrix &&other) | tu::SparseMatrix< V > | inline |
set(bool majorRow, Index numMajor, Index numMinor, Index numEntries, const Index *first, const Index *beyond, const Index *entryMinors, const Value *entryValues, bool mayContainZeros=true, bool isSorted=false) | tu::SparseMatrix< V > | inline |
set(bool majorRow, const Data &data, Index numMinor) | tu::SparseMatrix< V > | inline |
set(bool majorRow, Data &&data, Index numMinor) | tu::SparseMatrix< V > | inline |
set(const Data &rowData, const Data &columnData) | tu::SparseMatrix< V > | inline |
set(Data &&rowData, Data &&columnData) | tu::SparseMatrix< V > | inline |
sort() | tu::SparseMatrix< V > | inline |
sortColumns() | tu::SparseMatrix< V > | inline |
sortRows() | tu::SparseMatrix< V > | inline |
SparseMatrix() | tu::SparseMatrix< V > | inline |
SparseMatrix(SparseMatrix &&other) | tu::SparseMatrix< V > | inline |
SparseMatrix(bool majorRow, Index numMajor, Index numMinor, Index numEntries, Index *first, Index *beyond, Index *entryMinors, Value *entryValues, bool mayContainZeros=true, bool isSorted=false) | tu::SparseMatrix< V > | inline |
SparseMatrix(bool majorRow, const Data &data, Index numMinor, bool majorIsSorted=false) | tu::SparseMatrix< V > | inline |
SparseMatrix(bool majorRow, Data &&data, Index numMinor) | tu::SparseMatrix< V > | inline |
SparseMatrix(const Data &rowData, const Data &columnData) | tu::SparseMatrix< V > | inline |
SparseMatrix(Data &&rowData, Data &&columnData) | tu::SparseMatrix< V > | inline |
transpose() | tu::SparseMatrix< V > | inline |
transposed() const | tu::SparseMatrix< V > | inline |
Value typedef | tu::SparseMatrix< V > | |
~SparseMatrix()=default | tu::SparseMatrix< V > |