 Amesos2 | |
  Details | |
   LinearSolverFactory | Interface for a "factory" that creates Amesos2 solvers |
  Util | |
   vector_pointer_helper | Helper struct for getting pointers to the MV data - only used when number of vectors = 1 and single MPI process |
   get_1d_copy_helper | Helper class for getting 1-D copies of multivectors |
   put_1d_data_helper | Helper class for putting 1-D data arrays into multivectors |
   same_gs_helper_kokkos_view | A generic base class for the CRS and CCS helpers |
   get_ccs_helper_kokkos_view | A generic helper class for getting a CCS representation of a Matrix |
   get_crs_helper_kokkos_view | Similar to get_ccs_helper , but used to get a CRS representation of the given matrix |
  AbstractConcreteMatrixAdapter | |
  Basker | Amesos2 interface to the Baker package |
  Cholmod | Amesos2 interface to the CHOLMOD package |
  CssMKL | Amesos2 interface to the CssMKL package |
  FunctionMap< CssMKL, PMKL::_INTEGER_t > | |
  cuSOLVER | Amesos2 interface to cuSOLVER |
  ConcreteMatrixAdapter< Epetra_CrsMatrix > | MatrixAdapter definitions for Epetra_CrsMatrix objects |
  MultiVecAdapter< Epetra_MultiVector > | Amesos2 adapter for the Epetra_MultiVector class |
  AbstractConcreteMatrixAdapter< Epetra_RowMatrix, DerivedMat > | Amesos2::MatrixAdapter definitions for objects deriving from Epetra_RowMatrix |
  FunctionMap | Passes functions to TPL functions based on type |
  KLU2 | Amesos2 interface to the KLU2 package |
  ConcreteMatrixAdapter< KokkosSparse::CrsMatrix< Scalar, LocalOrdinal, ExecutionSpace > > | MatrixAdapter definitions for KokkosSparse::CrsMatrix objects |
  MultiVecAdapter< Kokkos::View< Scalar **, Kokkos::LayoutLeft, ExecutionSpace > > | Amesos2 adapter for the Tpetra::MultiVector class |
  Lapack | Amesos2 interface to the LAPACK |
  MatrixAdapter | A Matrix adapter interface for Amesos2 |
  MatrixHelper | Convert Matrices and MultiVectors into the appropriate format for a third-party solver |
  MultiVecAdapter | A templated MultiVector class adapter for Amesos2 |
  MUMPS | Amesos2 interface to the MUMPS package |
  PardisoMKL | Amesos2 interface to the PardisoMKL package |
  FunctionMap< PardisoMKL, PMKL::_INTEGER_t > | |
  ShyLUBasker | Amesos2 interface to the Baker package |
  Solver | Interface to Amesos2 solver objects |
  SolverCore | Amesos2::SolverCore: A templated interface for interaction with third-party direct sparse solvers |
  solver_traits | Provides traits about solvers |
  solver_supports_scalar | Check whether a solver supports a scalar type |
  Status | Holds internal status data about the owning Amesos2 solver |
  STRUMPACK | Amesos2 interface to STRUMPACK direct solver and preconditioner |
  Superlu | Amesos2 interface to the SuperLU package |
  Superludist | Amesos2 interface to the distributed memory version of SuperLU |
  Superlumt | Amesos2 interface to the Multi-threaded version of SuperLU |
  TachoSolver | Amesos2 interface to the Tacho package |
  ConcreteMatrixAdapter< Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | MatrixAdapter definitions for Tpetra::CrsMatrix objects |
  MultiVecAdapter< Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Amesos2 adapter for the Tpetra::MultiVector class |
  AbstractConcreteMatrixAdapter< Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node >, DerivedMat > | Amesos2::MatrixAdapter definitions for objects deriving from Tpetra::RowMatrix |
  has_special_impl | Indicates that the concrete class has a special implementation that should be called |
  no_special_impl | Indicates that the concrete class can use the generic getC{c|r}s methods implemented in MatrixAdapter |
  row_access | Indicates that the object of an adapter provides row access to its data |
  col_access | Indicates that the object of an adapter provides column access to its data |
  TypeMap | Map types to solver-specific data-types and enums |
  Umfpack | Amesos2 interface to the Umfpack package |