Medial Code Documentation
|
A base class for matrix decomposition and solvers. More...
#include <SolverBase.h>
Public Types | |
enum | { RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime , ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime , SizeAtCompileTime , MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime , MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime , MaxSizeAtCompileTime , IsVectorAtCompileTime } |
typedef EigenBase< Derived > | Base |
typedef internal::traits< Derived >::Scalar | Scalar |
typedef Scalar | CoeffReturnType |
typedef internal::add_const< Transpose< constDerived > >::type | ConstTransposeReturnType |
typedef internal::conditional< NumTraits< Scalar >::IsComplex, CwiseUnaryOp< internal::scalar_conjugate_op< Scalar >, ConstTransposeReturnType >, ConstTransposeReturnType >::type | AdjointReturnType |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. | |
typedef internal::traits< Derived >::StorageKind | StorageKind |
A base class for matrix decomposition and solvers.
Derived | the actual type of the decomposition/solver. |
Any matrix decomposition inheriting this base class provide the following API:
|
inline |
A typical usage is to solve for the adjoint problem A' x = b:
For real scalar types, this function is equivalent to transpose().
|
inline |
|
inline |
|
inline |
|
inline |