Crate linear [] [src]

A linear-algebra toolbox.

Enums

Error

An error.

Functions

add

Sum up two matrices.

dot

Compute the dot product of two vectors.

multiply

Multiply two matrices.

scale

Multiply a matrix by a scalar.

symmetric_eigen

Compute the eigendecomposition of a symmetric matrix.

Type Definitions

Result

A result.