#include <Eigen/Core>
Go to the source code of this file.
Namespaces | |
namespace | internal |
Functions | |
template<typename TMatrix , typename CMatrix , typename VectorX , typename VectorB , typename VectorF > | |
void | internal::constrained_cg (const TMatrix &A, const CMatrix &C, VectorX &x, const VectorB &b, const VectorF &f, IterationController &iter) |
template<typename CMatrix , typename CINVMatrix > | |
void | internal::pseudo_inverse (const CMatrix &C, CINVMatrix &CINV) |