| 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, MatrixStorage policy=eFULL) | Nektar::ConstMatrix< DataType > | protected |
| ConstMatrix(const ConstMatrix< DataType > &rhs) | Nektar::ConstMatrix< DataType > | protected |
| GetColumns() const | Nektar::ConstMatrix< DataType > | |
| GetRawTransposeFlag() const | Nektar::ConstMatrix< DataType > | inlineprotected |
| 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 > | inline |
| GetTransposedColumns(char transpose) const | Nektar::ConstMatrix< DataType > | |
| GetTransposedRows(char transpose) const | Nektar::ConstMatrix< DataType > | |
| GetTransposeFlag() const | Nektar::ConstMatrix< DataType > | |
| GetType() const | Nektar::ConstMatrix< DataType > | inline |
| m_size | Nektar::ConstMatrix< DataType > | private |
| m_storageType | Nektar::ConstMatrix< DataType > | private |
| m_transpose | Nektar::ConstMatrix< DataType > | private |
| Matrix(unsigned int rows, unsigned int columns, MatrixStorage policy=eFULL) | Nektar::Matrix< DataType > | protected |
| Matrix(const Matrix< DataType > &rhs) | Nektar::Matrix< DataType > | protected |
| operator()(unsigned int row, unsigned int column) const | Nektar::ConstMatrix< DataType > | |
| operator=(const Matrix< DataType > &rhs) | Nektar::Matrix< DataType > | protected |
| operator=(const ConstMatrix< DataType > &rhs) | Nektar::Matrix< DataType > | protected |
| Resize(unsigned int rows, unsigned int columns) | Nektar::ConstMatrix< DataType > | protected |
| SetTransposeFlag(char newValue) | Nektar::ConstMatrix< DataType > | protected |
| SetValue(unsigned int row, unsigned int column, typename boost::call_traits< DataType >::const_reference d) | Nektar::Matrix< DataType > | |
| Transpose() | Nektar::ConstMatrix< DataType > | |
| v_GetStorageSize() const =0 | Nektar::ConstMatrix< DataType > | protectedpure virtual |
| v_GetTransposeFlag() const | Nektar::ConstMatrix< DataType > | protectedvirtual |
| v_GetValue(unsigned int row, unsigned int column) const =0 | Nektar::ConstMatrix< DataType > | protectedpure virtual |
| v_SetValue(unsigned int row, unsigned int column, typename boost::call_traits< DataType >::const_reference d)=0 | Nektar::Matrix< DataType > | privatepure virtual |
| v_Transpose() | Nektar::ConstMatrix< DataType > | protectedvirtual |
| ~ConstMatrix()=default | Nektar::ConstMatrix< DataType > | virtual |
| ~Matrix() override | Nektar::Matrix< DataType > | |