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 222 of file MatrixFuncs.h.
|
static |
Definition at line 289 of file MatrixFuncs.cpp.
References ASSERTL1.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Advance(), and Nektar::SymmetricMatrixStoragePolicyUnitTests::BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 276 of file MatrixFuncs.cpp.
|
static |
Definition at line 192 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< DataType >::GetRequiredStorageSize().
|
inlinestatic |
Definition at line 230 of file MatrixFuncs.h.
References ASSERTL0, Lapack::DoSsptrf(), Lapack::DoSsptri(), and Nektar::Array< OneD, DataType >::get().
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Invert().