HomeSort by relevance Sort by last modified time
    Searched full:gmres (Results 1 - 7 of 7) sorted by null

  /external/eigen/unsupported/test/
gmres.cpp 16 GMRES<SparseMatrix<T>, DiagonalPreconditioner<T> > gmres_colmajor_diag;
17 GMRES<SparseMatrix<T>, IdentityPreconditioner > gmres_colmajor_I;
18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut;
19 //GMRES<SparseMatrix<T>, SSORPreconditioner<T> > gmres_colmajor_ssor;
CMakeLists.txt 86 ei_add_test(gmres)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 39 * GMRES: A Generalized Minimal Residual Algorithm for Solving Nonsymmetric Linear Systems.
47 * Implementations of the GMRES method.
51 * Implementation of the GMRES Method using Householder Transformations.
56 bool gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, function in namespace:Eigen::internal
205 class GMRES;
210 struct traits<GMRES<_MatrixType,_Preconditioner> >
219 * \brief A GMRES solver for sparse square problems
237 * GMRES<SparseMatrix<double> > solver(A);
264 class GMRES : public IterativeSolverBase<GMRES<_MatrixType,_Preconditioner>
    [all...]
  /external/eigen/unsupported/Eigen/
IterativeSolvers 20 * - a Householder GMRES implementation
35 #include "src/IterativeSolvers/GMRES.h"
  /external/eigen/bench/spbench/
spbenchsolver.h 121 out << " <TH >BiCGSTAB <TH >BiCGSTAB+ILUT"<< "<TH >GMRES+ILUT" <<LDLTlist << LLTlist << "<TH> CG "<< std::endl;
352 //GMRES
354 // cout << "\nSolving with GMRES ... \n";
355 // GMRES<SpMat> solver;
360 //GMRES+ILUT
362 cout << "\nSolving with GMRES and ILUT ... \n";
363 GMRES<SpMat, IncompleteLUT<Scalar> > solver;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
matlab.php 98 'getfield','ginput','gmres','gradient','gray','graymon','grid',
scilab.php 112 'glever', 'glist', 'global', 'GlobalProperty', 'glue', 'gmres', 'gpeche', 'gr_menu', 'graduate', 'grand',

Completed in 1160 milliseconds