Go to the documentation of this file.
18 else if(*
n<0) *
info = -2;
50 else if(*
n<0) *
info = -2;
51 else if(*nrhs<0) *
info = -3;
65 for(
int i=0;
i<*
n; ++
i)
71 lu.triangularView<
Upper>().solveInPlace(
B);
75 lu.triangularView<
Upper>().transpose().solveInPlace(
B);
76 lu.triangularView<
UnitLower>().transpose().solveInPlace(
B);
85 for(
int i=0;
i<*
n; ++
i)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
#define EIGEN_LAPACK_FUNC(FUNC, ARGLIST)
Eigen::Map< Eigen::Transpositions< Eigen::Dynamic, Eigen::Dynamic, int > > PivotsType
else if * lda(1, *m)) *info=-4;if(*info!=0
MatrixType B(b, *n, *nrhs, *ldb)
MatrixType lu(a, *n, *n, *lda)
NumTraits< Scalar >::Real RealScalar
EIGEN_WEAK_LINKING int xerbla_(const char *msg, int *info, int)
void adjoint(const MatrixType &m)
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:44