Module mathru::algebra

source ·
Expand description

Abstract and linear algebra.

Modules

  • Traits for abstract algebraic structures and implementations.
  • Vectors, matrices and their operations. The linear algebra module supports BLAS/LAPACK if it is enabled via features. The interface is identical, but the BLAS/LAPACK backend may be somewhat more efficient. BLAS/LAPACK support can be enable in the Cargo.toml file like so: