| Nektar++
    | 
#include <MatrixFuncs.h>
| Static Public Member Functions | |
| static unsigned int | CalculateIndex (unsigned int curRow, unsigned int curColumn) | 
| template<typename DataType > | |
| static void | Invert (unsigned int rows, unsigned int columns, Array< OneD, DataType > &data) | 
| static std::tuple< unsigned int, unsigned int > | Advance (const unsigned int totalRows, const unsigned int totalColumns, const unsigned int curRow, const unsigned int curColumn) | 
| static unsigned int | GetRequiredStorageSize (unsigned int rows, unsigned int columns) | 
| Additional Inherited Members | |
|  Static Private Member Functions inherited from Nektar::TriangularMatrixFuncs | |
| static unsigned int | GetRequiredStorageSize (unsigned int rows, unsigned int columns) | 
Definition at line 212 of file MatrixFuncs.h.
| 
 | static | 
Definition at line 282 of file MatrixFuncs.cpp.
References ASSERTL1.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Advance().
| 
 | static | 
Definition at line 269 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< NekMatrix< DataType, InnerMatrixType >::NumberType >::v_GetTransposeFlag().
| 
 | static | 
Definition at line 187 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< DataType >::GetRequiredStorageSize().
| 
 | inlinestatic | 
Definition at line 219 of file MatrixFuncs.h.
References ASSERTL0, Lapack::DoSsptrf(), Lapack::DoSsptri(), and Nektar::Array< OneD, DataType >::get().
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Invert().