Expand description
Modules
This module provides functions for triangular matrix inversion.
Matrix iterators.
Matrix multiplication module.
Triangular solve module.
Macros
Creates a temporary matrix of possibly uninitialized values, from the given memory stack.
Creates a temporary matrix of zeroed values, from the given memory stack.
Structs
Mutable column vector view with general row stride.
Column vector view with general row stride.
Owning matrix structure stored in column major format.
Mutable matrix view with general row and column strides.
Matrix view with general row and column strides.
Mutable row vector view with general column stride.
Row vector view with general column stride.
Enums
Parallelism strategy that can be passed to most of the routines in the library.
Traits
Trait that describes a complex number field.
Trait that describes a real number field.
Functions
Returns the stack requirements for creating a temporary matrix with the given dimensions.