ARTS
2.3.1285(git:92a29ea9-dirty)
|
Struct cannot be const, but can be passed as const to allow defaults. More...
#include <lapack.h>
Public Member Functions | |
Inverse (Index N) noexcept | |
bool | resize_if_smaller (Index N) const |
int * | size () const noexcept |
int * | lsize () const noexcept |
T * | workdata () const noexcept |
int * | ipivdata () const noexcept |
Public Attributes | |
int | n |
int | lwork |
std::vector< T > | work |
std::vector< int > | ipiv |
Struct cannot be const, but can be passed as const to allow defaults.
|
inlineexplicitnoexcept |
|
inlinenoexcept |
Definition at line 46 of file lapack.h.
Referenced by ComplexMatrix::inv().
|
inlinenoexcept |
Definition at line 44 of file lapack.h.
References lapack_help::Inverse< T >::lwork.
Referenced by ComplexMatrix::inv().
|
inline |
Definition at line 31 of file lapack.h.
Referenced by ComplexMatrix::inv().
|
inlinenoexcept |
Definition at line 43 of file lapack.h.
References lapack_help::Inverse< T >::n.
Referenced by ComplexMatrix::inv().
|
inlinenoexcept |
Definition at line 45 of file lapack.h.
Referenced by ComplexMatrix::inv().
|
mutable |
|
mutable |
Definition at line 25 of file lapack.h.
Referenced by lapack_help::Inverse< T >::lsize().
|
mutable |
Definition at line 24 of file lapack.h.
Referenced by lapack_help::Inverse< T >::size().
|
mutable |