![]() |
CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
|
Enumerated types for specific algorithm control. More...
Enumerations | |
| enum class | cla3p::pardiso::reorder_t : int_t { reorder_t::MMD = 0 , reorder_t::Metis = 2 } |
| The method for calculating fill-reducing orderings. More... | |
| enum class | cla3p::pardiso::pivot_t : int_t { pivot_t::Diagonal1x1 = 0 , pivot_t::BunchKaufman = 1 , pivot_t::Diagonal1x1NoRefinement = 2 , pivot_t::BunchKaufmanNoRefinement = 3 } |
| The pivoting strategy for symmetric indefinite matrices. More... | |
Enumerated types for specific algorithm control.
Enums for defining solver behavior, search directions, and other algorithmic parameters.
|
strong |
|
strong |