#include <decompose_LUP_Cmplx.h>
|
size_t | re (int i, int j) |
|
size_t | im (int i, int j) |
|
size_t | re (int i) |
|
size_t | im (int i) |
|
Definition at line 25 of file decompose_LUP_Cmplx.h.
Decompose_LUP_Cmplx::Decompose_LUP_Cmplx |
( |
size_t |
N | ) |
|
|
inline |
dcomplex Decompose_LUP_Cmplx::determinant |
( |
| ) |
|
void Decompose_LUP_Cmplx::get_inverse |
( |
double * |
mat_inv | ) |
|
size_t Decompose_LUP_Cmplx::im |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inlineprivate |
size_t Decompose_LUP_Cmplx::im |
( |
int |
i | ) |
|
|
inlineprivate |
void Decompose_LUP_Cmplx::mult_inverse |
( |
double * |
mat | ) |
|
size_t Decompose_LUP_Cmplx::re |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inlineprivate |
size_t Decompose_LUP_Cmplx::re |
( |
int |
i | ) |
|
|
inlineprivate |
void Decompose_LUP_Cmplx::set_matrix |
( |
const double * |
mat | ) |
|
void Decompose_LUP_Cmplx::solve |
( |
double * |
vec | ) |
|
std::valarray<double> Decompose_LUP_Cmplx::m_lu |
|
private |
std::valarray<int> Decompose_LUP_Cmplx::m_pivot |
|
private |
int Decompose_LUP_Cmplx::m_sign |
|
private |
int Decompose_LUP_Cmplx::N |
|
private |
int Decompose_LUP_Cmplx::N2 |
|
private |
int Decompose_LUP_Cmplx::size |
|
private |
The documentation for this class was generated from the following files: