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 |
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 > | 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_Transpose() | Nektar::ConstMatrix< DataType > | protectedvirtual |
~ConstMatrix()=default | Nektar::ConstMatrix< DataType > | virtual |