| CalculateIndex(MatrixStorage type, unsigned int row, unsigned int col, unsigned int numRows, unsigned int numColumns, const char transpose= 'N', unsigned int numSubDiags=0, unsigned int numSuperDiags=0) | Nektar::ConstMatrix< DataType > | static |
| ConstMatrix(unsigned int rows, unsigned int columns) | Nektar::ConstMatrix< DataType > | protected |
| ConstMatrix(const ConstMatrix< DataType > &rhs) | Nektar::ConstMatrix< DataType > | protected |
| GetColumns() const | Nektar::ConstMatrix< DataType > | |
| GetRawTransposeFlag() const | Nektar::ConstMatrix< DataType > | protected |
| GetRequiredStorageSize(MatrixStorage type, unsigned int rows, unsigned int columns, unsigned int subDiags=0, unsigned int superDiags=0) | Nektar::ConstMatrix< DataType > | static |
| GetRows() const | Nektar::ConstMatrix< DataType > | |
| GetSize() const | Nektar::ConstMatrix< DataType > | |
| GetStorageSize() const | Nektar::ConstMatrix< DataType > | |
| GetStorageType() const | Nektar::ConstMatrix< DataType > | |
| GetTransposedColumns(char transpose) const | Nektar::ConstMatrix< DataType > | |
| GetTransposedRows(char transpose) const | Nektar::ConstMatrix< DataType > | |
| GetTransposeFlag() const | Nektar::ConstMatrix< DataType > | |
| m_size | Nektar::ConstMatrix< DataType > | private |
| m_transpose | Nektar::ConstMatrix< DataType > | private |
| operator()(unsigned int row, unsigned int column) const | Nektar::ConstMatrix< DataType > | |
| operator=(const ConstMatrix< DataType > &rhs) | Nektar::ConstMatrix< DataType > | protected |
| Resize(unsigned int rows, unsigned int columns) | Nektar::ConstMatrix< DataType > | protected |
| SetTransposeFlag(char newValue) | Nektar::ConstMatrix< DataType > | protected |
| Transpose() | Nektar::ConstMatrix< DataType > | |
| v_GetStorageSize() const =0 | Nektar::ConstMatrix< DataType > | privatepure virtual |
| v_GetStorageType() const =0 | Nektar::ConstMatrix< DataType > | privatepure virtual |
| v_GetTransposeFlag() const | Nektar::ConstMatrix< DataType > | privatevirtual |
| v_GetValue(unsigned int row, unsigned int column) const =0 | Nektar::ConstMatrix< DataType > | privatepure virtual |
| v_Transpose() | Nektar::ConstMatrix< DataType > | privatevirtual |
| ~ConstMatrix() | Nektar::ConstMatrix< DataType > | virtual |