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) |
Additional Inherited Members | |
![]() | |
static unsigned int | GetRequiredStorageSize (unsigned int rows, unsigned int columns) |
Definition at line 191 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 >::CalculateIndex().
|
inlinestatic |
Definition at line 198 of file MatrixFuncs.h.
References ASSERTL0, Lapack::Dsptrf(), Lapack::Dsptri(), and Nektar::Array< OneD, DataType >::get().
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Invert().