Module peroxide::structure::matrix

source ·

Re-exports

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

Structs

R-like matrix structure

Enums

To select matrices’ binding.

Traits

To convert generic vector to Matrix
Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.
Linear algebra trait
Common trait for Matrix & Vector

Functions

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

Type Definitions