[][src]Crate lair

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

Modules

equation

Matrix equation solvers.

matrix

Matrix functions and special matrices.

Enums

InvalidInput

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