Struct static_math::matrix2x2::M22 [−][src]
pub struct M22<T>(_);
Expand description
A static Matrix of 2x2 shape
Implementations
construct the matrix from columns-vectors
get the diagonal of the matrix
calculate the real eigen values for the matrix
Trait Implementations
Performs the += operation. Read more
Calculate de QR factorization of the M22 via gram-schmidt orthogonalization process
Performs the -= operation. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for M22<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for M22<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more