[][src]Module peroxide::structure::matrix

Re-exports

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

Structs

Matrix

R-like matrix structure

PQLU

Enums

Norm

Norm Enum

Shape

To select matrices' binding.

Traits

Error

Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>. Errors must describe themselves through the Display and Debug traits, and may provide cause chain information:

FP
LinearAlgebra

Linear algebra trait

LinearOps

Common trait for Matrix & Vector

Functions

combine

Combine separated matrix to one matrix

diag
inv_l

Inverse of Lower matrix

inv_u

Inverse of upper triangular matrix

matrix

R-like matrix constructor

ml_matrix

Matlab-like matrix constructor

py_matrix

Python-like matrix constructor

r_matrix

R-like matrix constructor (Explicit ver.)

Type Definitions

Perms