Functions | Variables
lapack/lu.cpp File Reference
#include "common.h"
#include <Eigen/LU>
Include dependency graph for lapack/lu.cpp:
This graph shows which files directly or indirectly include this file:

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 (ret >=0)*info
 
 if (OP(*trans)==INVALID)*info
 
else iflda (1,*m))*info=-4;if(*info!=0
 
MatrixType lu (a,*n,*n,*lda)
 

Variables

Scalara = reinterpret_cast<Scalar*>(pa)
 
Scalarb = reinterpret_cast<Scalar*>(pb)
 
if minfo = -1
 
int nb_transpositions
 
int ret
 
if m return
 

Function Documentation

MatrixType B ( b  ,
n,
nrhs,
ldb 
)
for ( )

Definition at line 7 of file doc/Code/VisualISAMExample.cpp.

if ( ret >=  0)
else if ( OP trans = =INVALID)

Definition at line 67 of file lapack/lu.cpp.

else if* lda ( ,
m 
)

Definition at line 19 of file lapack/lu.cpp.

MatrixType lu ( a  ,
n,
n,
lda 
)

Variable Documentation

Scalar* a = reinterpret_cast<Scalar*>(pa)

Definition at line 29 of file lapack/lu.cpp.

Scalar* b = reinterpret_cast<Scalar*>(pb)

Definition at line 61 of file lapack/lu.cpp.

else if nrhs* info = -1

Definition at line 17 of file lapack/lu.cpp.

int nb_transpositions

Definition at line 30 of file lapack/lu.cpp.

int ret
Initial value:
::blocked_lu(*m, *n, a, *lda, ipiv, nb_transpositions))
Matrix3f m
return int(ret)+1
int nb_transpositions
Definition: lapack/lu.cpp:30
int n
Scalar * a
Definition: lapack/lu.cpp:29
else if * lda(1,*m))*info=-4;if(*info!=0
Definition: lapack/lu.cpp:19

Definition at line 31 of file lapack/lu.cpp.

return

Definition at line 26 of file lapack/lu.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:31