Det

Trait Det 

Source
pub trait Det {
    type Output;

    // Required method
    fn det(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn det(self) -> Self::Output

Implementors§

Source§

impl<S: Field> Det for Mat<1, 1, S>

Source§

impl<S: Field> Det for Mat<2, 2, S>

Source§

impl<S: Field> Det for Mat<3, 3, S>