|
MyraMath
|
MyraMath provides an ecosystem of algebraic containers, wrappers for BLAS/LAPACK functionality, and sparse linear solvers. To help users deal with this large "API surface", some example-driven tutorials are provided below. The sparse direct solvers in /multifrontal are probably the most important part of the library, this sequence of tutorials tries to master them in a minimum number of steps:
/dense routines /sparse routines /multifrontal solvers (part 1) /multifrontal solvers (part 2) MyraMath also provides additional algebraic functionality beyond sparse direct solvers, the tutorials below might help you get more out of the library but are not essential. Browse them in any order you like:
/iterative routines /pdense routines /expression templates. Finally, there are a few tutorials that discuss general-purpose/non-algebraic components of MyraMath:
/io routines. /jobgraph routines /test programs.
1.8.13