#include "common.h"
#include <Eigen/LU>
Go to the source code of this file.
Functions | |
MatrixType | B (b, *n, *nrhs, *ldb) |
for (int i=0;i< std::min(*m, *n);++i) ipiv[i]++ | |
if (OP(*trans)==INVALID) *info | |
if (ret >=0) *info | |
else if * | lda (1, *m)) *info=-4;if(*info!=0 |
MatrixType | lu (a, *n, *n, *lda) |
Variables | |
Scalar * | a = reinterpret_cast<Scalar*>(pa) |
Scalar * | b = reinterpret_cast<Scalar*>(pb) |
if m * | info = -1 |
int | nb_transpositions |
int | ret |
if m | return |
MatrixType B | ( | b | , |
* | n, | ||
* | nrhs, | ||
* | ldb | ||
) |
for | ( | ) |
Definition at line 7 of file doc/Code/VisualISAMExample.cpp.
Definition at line 67 of file lapack/lu.cpp.
if | ( | ret >= | 0 | ) |
Definition at line 19 of file lapack/lu.cpp.
MatrixType lu | ( | a | , |
* | n, | ||
* | n, | ||
* | lda | ||
) |
Definition at line 29 of file lapack/lu.cpp.
Definition at line 61 of file lapack/lu.cpp.
Definition at line 17 of file lapack/lu.cpp.
int nb_transpositions |
Definition at line 30 of file lapack/lu.cpp.
int ret |
Definition at line 31 of file lapack/lu.cpp.
return |
Definition at line 26 of file lapack/lu.cpp.