Crate lair[][src]

Lair implements linear algebra routines in pure Rust. It uses ndarray as its matrix representation.

Modules

decomposition

Matrix decompositions.

equation

Matrix equation solvers.

matrix

Matrix functions and special matrices.

Enums

InvalidInput

An error which can be returned when a function argument is invalid.

Traits

Real

A trait for real numbers.

Scalar

A trait for real and complex numbers.