#include "../../../../Eigen/src/Core/util/NonMPL2.h"
#include <Eigen/Core>
Go to the source code of this file.
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Functions | |
template<typename TMatrix , typename CMatrix , typename VectorX , typename VectorB , typename VectorF > | |
void | Eigen::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 | Eigen::internal::pseudo_inverse (const CMatrix &C, CINVMatrix &CINV) |