Nektar++
|
#include <MatrixFuncs.h>
Static Public Member Functions | |
static boost::tuples::tuple < unsigned int, unsigned int > | Advance (const unsigned int totalRows, const unsigned int totalColumns, const unsigned int curRow, const unsigned int curColumn) |
template<typename DataType > | |
static void | Invert (unsigned int rows, unsigned int columns, Array< OneD, DataType > &data) |
static unsigned int | GetRequiredStorageSize (unsigned int rows, unsigned int columns) |
static unsigned int | CalculateIndex (unsigned int row, unsigned int col) |
Definition at line 255 of file MatrixFuncs.h.
|
static |
Definition at line 333 of file MatrixFuncs.cpp.
References ASSERTL0.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Advance().
|
static |
Definition at line 362 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< DataType >::CalculateIndex().
|
static |
Definition at line 356 of file MatrixFuncs.cpp.
References ASSERTL0.
Referenced by Nektar::ConstMatrix< DataType >::GetRequiredStorageSize().
|
inlinestatic |
Definition at line 262 of file MatrixFuncs.h.
References ASSERTL0.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Invert().