0.4.0
- The algorithms are now configured via structs, the traits are dropped.
- Provide
ClassicalGramSchmidt
,ModifiedGramSchmidt
, and
ReorthogonalizedGramSchmidt
(known ascgs
,mgs
, andcgs2
in the
literature, respectively); cgs
andcgs2
are implemented usingblas
routines (major speedup!);- All routines are now able to handle column-major (Fortran-) and row-major (C-) order
of the input matrices; - Remove parallel code.