Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAmesos2::AbstractConcreteMatrixAdapter< Abstract, Matrix >
 CAmesos2::AbstractConcreteMatrixAdapter< Epetra_RowMatrix, Epetra_CrsMatrix >
 CAmesos2::ConcreteMatrixAdapter< Epetra_CrsMatrix >MatrixAdapter definitions for Epetra_CrsMatrix objects
 CAmesos2::AbstractConcreteMatrixAdapter< Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node >, Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > >
 CAmesos2::ConcreteMatrixAdapter< Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > >MatrixAdapter definitions for Tpetra::CrsMatrix objects
 CAmesos2::col_accessIndicates that the object of an adapter provides column access to its data
 CAmesos2::FunctionMap< ConcreteSolver, Scalar >Passes functions to TPL functions based on type
 CAmesos2::FunctionMap< PardisoMKL, PMKL::_INTEGER_t >
 CAmesos2::Util::get_1d_copy_helper< MV, S >Helper class for getting 1-D copies of multivectors
 CAmesos2::Util::get_cxs_helper< Matrix, S, GO, GS, Op >A generic base class for the CRS and CCS helpers
 CAmesos2::Util::get_cxs_helper< Matrix, S, GO, GS, get_ccs_func< Matrix > >
 CAmesos2::Util::get_ccs_helper< Matrix, S, GO, GS >A generic helper class for getting a CCS representation of a Matrix
 CAmesos2::Util::get_cxs_helper< Matrix, S, GO, GS, get_crs_func< Matrix > >
 CAmesos2::Util::get_crs_helper< Matrix, S, GO, GS >Similar to get_ccs_helper , but used to get a CRS representation of the given matrix
 CAmesos2::has_special_implIndicates that the concrete class has a special implementation that should be called
 CAmesos2::Details::LinearSolverFactory< MV, OP, NormType >Interface for a "factory" that creates Amesos2 solvers
 CAmesos2::MatrixAdapter< Matrix >A Matrix adapter interface for Amesos2
 CAmesos2::MatrixAdapter< DerivedMat >
 CAmesos2::AbstractConcreteMatrixAdapter< Epetra_RowMatrix, DerivedMat >Amesos2::MatrixAdapter definitions for objects deriving from Epetra_RowMatrix
 CAmesos2::AbstractConcreteMatrixAdapter< Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node >, DerivedMat >Amesos2::MatrixAdapter definitions for objects deriving from Tpetra::RowMatrix
 CAmesos2::MatrixAdapter< matrix_type >
 CAmesos2::MatrixHelper< ConcreteSolver >Convert Matrices and MultiVectors into the appropriate format for a third-party solver
 CAmesos2::MultiVecAdapter< MV >A templated MultiVector class adapter for Amesos2
 CAmesos2::MultiVecAdapter< Epetra_MultiVector >Amesos2 adapter for the Epetra_MultiVector class
 CAmesos2::MultiVecAdapter< Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > >Amesos2 adapter for the Tpetra::MultiVector class
 CAmesos2::no_special_implIndicates that the concrete class can use the generic getC{c|r}s methods implemented in MatrixAdapter
 CAmesos2::Util::put_1d_data_helper< MV, S >Helper class for putting 1-D data arrays into multivectors
 CAmesos2::row_accessIndicates that the object of an adapter provides row access to its data
 CAmesos2::Solver< Matrix, Vector >Interface to Amesos2 solver objects
 CAmesos2::SolverCore< ConcreteSolver, Matrix, Vector >Amesos2::SolverCore: A templated interface for interaction with third-party direct sparse solvers
 CAmesos2::Basker< Matrix, Vector >Amesos2 interface to the Baker package
 CAmesos2::Cholmod< Matrix, Vector >Amesos2 interface to the SuperLU package
 CAmesos2::KLU2< Matrix, Vector >Amesos2 interface to the KLU2 package
 CAmesos2::Lapack< Matrix, Vector >Amesos2 interface to the LAPACK
 CAmesos2::PardisoMKL< Matrix, Vector >Amesos2 interface to the PardisoMKL package
 CAmesos2::ShyLUBasker< Matrix, Vector >Amesos2 interface to the Baker package
 CAmesos2::Superlu< Matrix, Vector >Amesos2 interface to the SuperLU package
 CAmesos2::Superludist< Matrix, Vector >Amesos2 interface to the distributed memory version of SuperLU
 CAmesos2::Superlumt< Matrix, Vector >Amesos2 interface to the Multi-threaded version of SuperLU
 CAmesos2::TachoSolver< Matrix, Vector >Amesos2 interface to the Tacho package
 CAmesos2::Umfpack< Matrix, Vector >Amesos2 interface to the Umfpack package
 CAmesos2::SolverCore< Amesos2::Basker, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Cholmod, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::KLU2, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Lapack, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::MUMPS, Matrix, Vector >
 CAmesos2::MUMPS< Matrix, Vector >Amesos2 interface to the MUMPS package
 CAmesos2::SolverCore< Amesos2::PardisoMKL, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::ShyLUBasker, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Superlu, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Superludist, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Superlumt, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::TachoSolver, Matrix, Vector >
 CAmesos2::SolverCore< Amesos2::Umfpack, Matrix, Vector >
 CAmesos2::solver_supports_scalar< ConcreteSolver, Scalar >Check whether a solver supports a scalar type
 CAmesos2::solver_traits< ConcreteSolver >Provides traits about solvers
 CAmesos2::StatusHolds internal status data about the owning Amesos2 solver
 CAmesos2::TypeMap< ConcreteSolver, Scalar >Map types to solver-specific data-types and enums
 CAmesos2::TypeMap< Amesos2::PardisoMKL, local_ordinal_type >
 CAmesos2::Util::vector_pointer_helper< MV, V >Helper struct for getting pointers to the MV data - only used when number of vectors = 1 and single MPI process