Module peroxide::matrix

source ·

Re-exports

pub use self::Shape::Row;
pub use self::Shape::Col;
pub use vector::*;

Structs

R-like matrix structure

Enums

To select matrices’ binding.

Traits

To convert generic vector to Matrix
Linear algebra trait

Functions

Combine separated matrix to one matrix
Inverse of Lower matrix
Inverse of upper triangular matrix
R-like matrix constructor
near equal

Type Definitions