This class extends ASimulable to make it working with Eigen conjugate gradient algorithm.
More...
#include <ASimulableEigenCG.hpp>
template<typename TLinOP>
class ASimulableEigenCG< TLinOP >
This class extends ASimulable to make it working with Eigen conjugate gradient algorithm.
This class is similar to ALinearOpEigenCG.
- Template Parameters
-
◆ RealScalar
template<typename TLinOP >
◆ Scalar
template<typename TLinOP >
◆ StorageIndex
template<typename TLinOP >
◆ anonymous enum
template<typename TLinOP >
Enumerator |
---|
ColsAtCompileTime | |
MaxColsAtCompileTime | |
IsRowMajor | |
◆ ~ASimulableEigenCG()
template<typename TLinOP >
◆ cols()
template<typename TLinOP >
◆ operator*()
template<typename TLinOP >
template<typename Rhs >
Eigen::Product<TLinOP,Rhs,Eigen::AliasFreeProduct> ASimulableEigenCG< TLinOP >::operator* |
( |
const Eigen::MatrixBase< Rhs > & |
x | ) |
const |
|
inline |
◆ rows()
template<typename TLinOP >
The documentation for this class was generated from the following file: