Module ndarray::linalg [] [src]

A few linear algebra operations on two-dimensional arrays.

Traits

ComplexField

A real or complex number.

Field

Trait union for a field.

Ring

Trait union for a ring with 1.

Functions

cholesky

Factor a = L LT.

eye

Return the identity matrix of dimension n.

least_squares

Solve a x = b with linear least squares approximation.

subst_bw

Solve U x = b where U is an upper triangular matrix.

subst_fw

Solve L x = b where L is a lower triangular matrix.

Type Definitions

Col

Column vector.

Mat

Rectangular matrix.