Type Definition lattice_qcd_rs::Vector8

source ·
pub type Vector8<N> = SVector<N, 8>;
Expand description

Trait Implementations§

source§

impl From<&Su3Adjoint> for Vector8<Real>

source§

fn from(v: &Su3Adjoint) -> Self

Converts to this type from the input type.
source§

impl From<Su3Adjoint> for Vector8<Real>

source§

fn from(v: Su3Adjoint) -> Self

Converts to this type from the input type.