GetFEM
5.4.2
|
Constrained conjugate gradient. More...
Go to the source code of this file.
Functions | |
template<typename Matrix , typename CMatrix , typename Matps , typename VectorX , typename VectorB , typename VectorF , typename Preconditioner > | |
void | gmm::constrained_cg (const Matrix &A, const CMatrix &C, VectorX &x, const VectorB &b, const VectorF &f, const Matps &PS, const Preconditioner &M, iteration &iter) |
Compute the minimum of under the contraint . | |
Constrained conjugate gradient.
Definition in file gmm_solver_constrained_cg.h.