Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
Enumerations | |
enum | Amesos2::EPhase { CLEAN, PREORDERING, SYMBFACT, NUMFACT, SOLVE } |
Used to indicate a phase in the direct solution. | |
enum | Amesos2::EDistribution { Amesos2::DISTRIBUTED, Amesos2::DISTRIBUTED_NO_OVERLAP, Amesos2::GLOBALLY_REPLICATED, Amesos2::ROOTED, Amesos2::CONTIGUOUS_AND_ROOTED } |
enum | Amesos2::EStorage_Ordering { Amesos2::SORTED_INDICES, Amesos2::ARBITRARY } |
An enum of this type is expected by the Matrix adapters' getCrs and getCcs functions to describe the layout of the representation on the calling processors.
This enum also used by the matrix adapters to indicate whether the indices of the representation must be in sorted order or can have an arbitrary order.