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 std::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 72 of file MatrixFuncs.h.
|
static |
Definition at line 117 of file MatrixFuncs.cpp.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Advance().
|
static |
Definition at line 109 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< NekMatrix< DataType, InnerMatrixType >::NumberType >::CalculateIndex().
|
inlinestatic |
Definition at line 125 of file MatrixFuncs.h.
References ASSERTL0, Lapack::Dgeev(), and Nektar::NullNekDouble1DArray.
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::EigenSolve().
|
static |
Definition at line 104 of file MatrixFuncs.cpp.
Referenced by Nektar::ConstMatrix< NekMatrix< DataType, InnerMatrixType >::NumberType >::GetRequiredStorageSize().
|
inlinestatic |
Definition at line 84 of file MatrixFuncs.h.
References ASSERTL0, Lapack::Dgetrf(), Lapack::Dgetri(), and Nektar::Array< OneD, DataType >::get().
Referenced by Nektar::NekMatrix< DataType, StandardMatrixTag >::Invert().