Type Definition lattice_qcd_rs::Real
source · pub type Real = f64;
Expand description
alias for f64
Trait Implementations§
source§impl Mul<&Su3Adjoint> for &Real
impl Mul<&Su3Adjoint> for &Real
§type Output = Su3Adjoint
type Output = Su3Adjoint
The resulting type after applying the
*
operator.source§impl Mul<&Su3Adjoint> for Real
impl Mul<&Su3Adjoint> for Real
§type Output = Su3Adjoint
type Output = Su3Adjoint
The resulting type after applying the
*
operator.source§impl Mul<Su3Adjoint> for &Real
impl Mul<Su3Adjoint> for &Real
§type Output = Su3Adjoint
type Output = Su3Adjoint
The resulting type after applying the
*
operator.source§impl Mul<Su3Adjoint> for Real
impl Mul<Su3Adjoint> for Real
§type Output = Su3Adjoint
type Output = Su3Adjoint
The resulting type after applying the
*
operator.