Searched defs:BiCGSTAB (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBiCGSTAB.h26 * \return false in the case of numerical issue, for example a break down of BiCGSTAB.
112 class BiCGSTAB;
117 struct traits<BiCGSTAB<_MatrixType,_Preconditioner> >
144 * BiCGSTAB<SparseMatrix<double> > solver;
172 class BiCGSTAB : public IterativeSolverBase<BiCGSTAB<_MatrixType,_Preconditioner> > class in namespace:Eigen
174 typedef IterativeSolverBase<BiCGSTAB> Base;
190 BiCGSTAB() : Base() {} function in class:Eigen::BiCGSTAB
202 BiCGSTAB(const MatrixType& A) : Base(A) {} function in class:Eigen::BiCGSTAB
204 ~BiCGSTAB() {}
[all...]

Completed in 197 milliseconds