Trait alga::linear::SquareMatrixMut [−][src]
The monoid of all mutable square matrices that are stable under modification of its diagonal.
Required methods
fn from_diagonal(diag: &Self::Vector) -> Self
[src]
Constructs a new diagonal matrix.
fn set_diagonal_mut(&mut self, diag: &Self::Vector)
[src]
In-place sets the matrix diagonal.
Provided methods
fn set_diagonal(&self, diag: &Self::Vector) -> Self
[src]
Sets the matrix diagonal.