TR-mbed 1.0
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
ConstrainedConjGrad.h File Reference
#include "../../../../Eigen/src/Core/util/NonMPL2.h"
#include "../../../../Eigen/Core"

Go to the source code of this file.

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Macros

#define EIGEN_CONSTRAINEDCG_H
 

Functions

template<typename CMatrix , typename CINVMatrix >
void Eigen::internal::pseudo_inverse (const CMatrix &C, CINVMatrix &CINV)
 
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)
 

Macro Definition Documentation

◆ EIGEN_CONSTRAINEDCG_H

#define EIGEN_CONSTRAINEDCG_H