Nektar++
|
#include <MatrixFuncs.h>
Static Public Member Functions | |
static unsigned int | GetRequiredStorageSize (unsigned int rows, unsigned int columns) |
static unsigned int | CalculateIndex (unsigned int totalRows, unsigned int totalColumns, unsigned int curRow, unsigned int curColumn) |
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, const char transpose) |
static void | EigenSolve (unsigned int n, const Array< OneD, const double > &A, Array< OneD, NekDouble > &EigValReal, Array< OneD, NekDouble > &EigValImag, Array< OneD, NekDouble > &EigVecs=NullNekDouble1DArray) |
Definition at line 74 of file MatrixFuncs.h.
|
static |
Definition at line 133 of file MatrixFuncs.cpp.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Advance().
|
static |
Definition at line 126 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< DataType >::CalculateIndex().
|
inlinestatic |
Definition at line 133 of file MatrixFuncs.h.
References ASSERTL0, and Nektar::NullNekDouble1DArray.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::EigenSolve().
|
static |
Definition at line 121 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< DataType >::GetRequiredStorageSize().
|
inlinestatic |
Definition at line 86 of file MatrixFuncs.h.
References ASSERTL0, and Nektar::Array< OneD, DataType >::get().