#include <JacobiSVD.h>
◆ anonymous enum
template<typename MatrixType , int QRPreconditioner, int Case>
38 a = MatrixType::RowsAtCompileTime !=
Dynamic && MatrixType::ColsAtCompileTime !=
Dynamic &&
39 MatrixType::ColsAtCompileTime <= MatrixType::RowsAtCompileTime,
40 b = MatrixType::RowsAtCompileTime !=
Dynamic && MatrixType::ColsAtCompileTime !=
Dynamic &&
41 MatrixType::RowsAtCompileTime <= MatrixType::ColsAtCompileTime,
Scalar * b
Definition: benchVecAdd.cpp:17
@ NoQRPreconditioner
Definition: Constants.h:423
Eigen::DenseIndex ret
Definition: level1_cplx_impl.h:43
const Scalar * a
Definition: level2_cplx_impl.h:32
@ PreconditionIfMoreColsThanRows
Definition: JacobiSVD.h:33
@ PreconditionIfMoreRowsThanCols
Definition: JacobiSVD.h:33
const int Dynamic
Definition: Constants.h:25
int Case
What case are we considering: Choose one from the enumeration Cases.
Definition: common_young_laplace_stuff.h:53
The documentation for this struct was generated from the following file: