Module array_matrix::matrix

source ·

Re-exports

pub use self::det::*;
pub use self::submatrix::*;
pub use self::inv::*;
pub use self::transpose::*;
pub use self::dot::*;
pub use self::add::*;
pub use self::trace::*;
pub use self::adj::*;
pub use self::minor::*;
pub use self::cofactor::*;
pub use self::cross::*;
pub use self::kronecker::*;
pub use self::mul::*;
pub use self::outer::*;
pub use self::conj::*;
pub use self::herm::*;

Modules

Traits

Functions

Initialize a matrix given an initializer expression. The initializer is given the row- and collumn-indices of the cell. It is allowed to mutate external state; we will always initialize the cells in order.