, including all inherited members.
add_diagonal(std::vector< int > &cnt, std::vector< int > &col, std::vector< double > &ele, const VecDouble &addElem) | SolverGPU_AGM | [private] |
convertSparseMatrix(const SparseMatrix< double > &M, std::vector< int > &cnt, std::vector< int > &col, std::vector< double > &ele) | SolverGPU_AGM | [private] |
gpu_agm(std::vector< int > &cnt, std::vector< int > &col, std::vector< double > &ele, std::vector< double > &b, std::vector< double > &x, double tol, unsigned nIt) | SolverGPU_AGM | [private] |
gpu_agm_compressible(std::vector< int > &cnt, std::vector< int > &col, std::vector< double > &ele, std::vector< double > &b, std::vector< double > &x, double tol, unsigned nIt) | SolverGPU_AGM | [private] |
gpu_agmII(std::vector< int > &cnt, std::vector< int > &col, std::vector< double > &ele_agm, std::vector< double > &ele_cg, std::vector< double > &b, std::vector< double > &x, double tol, unsigned nIt) | SolverGPU_AGM | [private] |
gpu_agmSchur(std::vector< int > &Acnt, std::vector< int > &Acol, std::vector< double > &Aele, std::vector< int > &Bcnt, std::vector< int > &Bcol, std::vector< double > &Bele, std::vector< int > &tcnt, std::vector< int > &tcol, std::vector< double > &tele, std::vector< double > &_f, std::vector< double > &_g, std::vector< double > &_u, std::vector< double > &_p) | SolverGPU_AGM | |
m_nIt | SolverGPU_AGM | [protected] |
m_tol | SolverGPU_AGM | [protected] |
solve(const SparseMatrix< double > &M, VecDouble &sol, const VecDouble &rhs) | SolverGPU_AGM | [virtual] |
solve(const SparseMatrix< double > &A, VecDouble &sol, const VecDouble &vRHS, double tol, unsigned nIt) | SolverGPU_AGM | |
solveAgain(const SparseMatrix< double > &M, VecDouble &sol, const VecDouble &rhs) | SolverGPU_AGM | [virtual] |
SolverGPU_AGM(double tol, unsigned nIt) | SolverGPU_AGM | |
~LinearSolver() | LinearSolver | [inline, virtual] |
~SolverGPU_AGM() | SolverGPU_AGM | [inline, virtual] |