Module rusty_machine::linalg [] [src]

The linear algebra module

This module contains reexports of common tools from the rulinalg crate.

Structs

Matrix

The Matrix struct.

MatrixSlice

A MatrixSlice

MatrixSliceMut

A mutable MatrixSliceMut

Vector

The Vector struct.

Enums

Axes

Matrix dimensions

Traits

BaseMatrix

Trait for immutable matrix structs.

BaseMatrixMut

Trait for mutable matrices.

Metric

Trait for linear algebra metrics.