Type Definition lattice_qcd_rs::Real

source ·
pub type Real = f64;
Expand description

alias for f64

Trait Implementations§

source§

impl Mul<&Su3Adjoint> for &Real

§

type Output = Su3Adjoint

The resulting type after applying the * operator.
source§

fn mul(self, rhs: &Su3Adjoint) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&Su3Adjoint> for Real

§

type Output = Su3Adjoint

The resulting type after applying the * operator.
source§

fn mul(self, rhs: &Su3Adjoint) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<Su3Adjoint> for &Real

§

type Output = Su3Adjoint

The resulting type after applying the * operator.
source§

fn mul(self, rhs: Su3Adjoint) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<Su3Adjoint> for Real

§

type Output = Su3Adjoint

The resulting type after applying the * operator.
source§

fn mul(self, rhs: Su3Adjoint) -> Self::Output

Performs the * operation. Read more