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. More... | |
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 } |
enum Amesos2::EPhase |
Used to indicate a phase in the direct solution.
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.