Trait argmin::core::ArgminEye[][src]

pub trait ArgminEye {
    fn eye(n: usize) -> Self;
fn eye_like(&self) -> Self; }
Expand description

Identity matrix

Required methods

Identity matrix of size n

Identity matrix of same size as self

Implementations on Foreign Types

Implementors