Enum opencv::core::MatExprResult

source ·
pub enum MatExprResult<T> {
    Ok(T),
    Err(Error),
}
Expand description

Intermediate result type that’s produced by the Mat operations. Call MatExprResult::into_result to get the regular Result.

This type is needed because of Rust orphan rules.

Variants§

§

Ok(T)

§

Err(Error)

Implementations§

source§

impl<T> MatExprResult<T>

source

pub fn into_result(self) -> Result<T, Error>

Trait Implementations§

source§

impl Add<&Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&Mat> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&MatExpr> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&VecN<f64, 4>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&VecN<f64, 4>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&VecN<f64, 4>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&VecN<f64, 4>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: &Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Mat> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Mat) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExpr> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExpr) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<&VecN<f64, 4>>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<MatExprResult<VecN<f64, 4>>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<VecN<f64, 4>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<VecN<f64, 4>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<VecN<f64, 4>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add<VecN<f64, 4>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: Scalar) -> Self::Output

Performs the + operation. Read more
source§

impl Add for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the + operator.
source§

fn add(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the + operation. Read more
source§

impl Div<&Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&Mat> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&Mat> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&MatExpr> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<Mat> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: Mat) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExpr> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExpr) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&Mat>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&MatExpr>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<&f64>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<Mat>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<MatExpr>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<MatExprResult<f64>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the / operator.
source§

fn div(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the / operation. Read more
source§

impl ElemMul<&Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: &Mat) -> Self::Output

source§

impl ElemMul<&Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: &Mat) -> Self::Output

source§

impl ElemMul<&Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: &Mat) -> Self::Output

source§

impl ElemMul<&Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: &Mat) -> Self::Output

source§

impl ElemMul<&MatExpr> for MatExprResult<&Mat>

source§

impl ElemMul<&MatExpr> for MatExprResult<&MatExpr>

source§

impl ElemMul<&MatExpr> for MatExprResult<Mat>

source§

impl ElemMul<&MatExpr> for MatExprResult<MatExpr>

source§

impl ElemMul<Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: Mat) -> Self::Output

source§

impl ElemMul<Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: Mat) -> Self::Output

source§

impl ElemMul<Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: Mat) -> Self::Output

source§

impl ElemMul<Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

source§

fn elem_mul(self, rhs: Mat) -> Self::Output

source§

impl ElemMul<MatExpr> for MatExprResult<&Mat>

source§

impl ElemMul<MatExpr> for MatExprResult<&MatExpr>

source§

impl ElemMul<MatExpr> for MatExprResult<Mat>

source§

impl ElemMul<MatExpr> for MatExprResult<MatExpr>

source§

impl ElemMul<MatExprResult<&Mat>> for &Mat

source§

impl ElemMul<MatExprResult<&Mat>> for &MatExpr

source§

impl ElemMul<MatExprResult<&Mat>> for Mat

source§

impl ElemMul<MatExprResult<&Mat>> for MatExpr

source§

impl ElemMul<MatExprResult<&Mat>> for MatExprResult<&Mat>

source§

impl ElemMul<MatExprResult<&Mat>> for MatExprResult<&MatExpr>

source§

impl ElemMul<MatExprResult<&Mat>> for MatExprResult<Mat>

source§

impl ElemMul<MatExprResult<&Mat>> for MatExprResult<MatExpr>

source§

impl ElemMul<MatExprResult<&MatExpr>> for &Mat

source§

impl ElemMul<MatExprResult<&MatExpr>> for &MatExpr

source§

impl ElemMul<MatExprResult<&MatExpr>> for Mat

source§

impl ElemMul<MatExprResult<&MatExpr>> for MatExpr

source§

impl ElemMul<MatExprResult<&MatExpr>> for MatExprResult<&Mat>

source§

impl ElemMul<MatExprResult<&MatExpr>> for MatExprResult<&MatExpr>

source§

impl ElemMul<MatExprResult<&MatExpr>> for MatExprResult<Mat>

source§

impl ElemMul<MatExprResult<&MatExpr>> for MatExprResult<MatExpr>

source§

impl ElemMul<MatExprResult<Mat>> for &Mat

source§

impl ElemMul<MatExprResult<Mat>> for &MatExpr

source§

impl ElemMul<MatExprResult<Mat>> for Mat

source§

impl ElemMul<MatExprResult<Mat>> for MatExpr

source§

impl ElemMul<MatExprResult<Mat>> for MatExprResult<&Mat>

source§

impl ElemMul<MatExprResult<Mat>> for MatExprResult<&MatExpr>

source§

impl ElemMul<MatExprResult<Mat>> for MatExprResult<MatExpr>

source§

impl ElemMul<MatExprResult<MatExpr>> for &Mat

source§

impl ElemMul<MatExprResult<MatExpr>> for &MatExpr

source§

impl ElemMul<MatExprResult<MatExpr>> for Mat

source§

impl ElemMul<MatExprResult<MatExpr>> for MatExpr

source§

impl ElemMul<MatExprResult<MatExpr>> for MatExprResult<&Mat>

source§

impl ElemMul<MatExprResult<MatExpr>> for MatExprResult<&MatExpr>

source§

impl ElemMul<MatExprResult<MatExpr>> for MatExprResult<Mat>

source§

impl ElemMul for MatExprResult<Mat>

source§

impl ElemMul for MatExprResult<MatExpr>

source§

impl<T> From<Result<T, Error>> for MatExprResult<T>

source§

fn from(r: Result<T, Error>) -> Self

Converts to this type from the input type.
source§

impl Mul<&Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&Mat> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&Mat> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&MatExpr> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&f64> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&f64> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&f64> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&f64> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<Mat> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExpr> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&Mat>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&MatExpr>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<&f64>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<&f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<Mat>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for &f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExprResult<&f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for MatExprResult<f64>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<MatExpr>> for f64

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<MatExprResult<f64>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<f64> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<f64> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<f64> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the * operator.
source§

fn mul(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the * operation. Read more
source§

impl Sub<&Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&Mat> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&MatExpr> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&VecN<f64, 4>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&VecN<f64, 4>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&VecN<f64, 4>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&VecN<f64, 4>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: &Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Mat> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Mat) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExpr> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExpr) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<&VecN<f64, 4>>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<&Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<Mat>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for &Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExprResult<&Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for MatExprResult<Scalar>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<MatExpr>> for Scalar

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for &Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for &MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for Mat

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for MatExpr

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<MatExprResult<VecN<f64, 4>>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Scalar>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<VecN<f64, 4>> for MatExprResult<&Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<VecN<f64, 4>> for MatExprResult<&MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<VecN<f64, 4>> for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<VecN<f64, 4>> for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: Scalar) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for MatExprResult<Mat>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<Mat>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for MatExprResult<MatExpr>

§

type Output = MatExprResult<MatExpr>

The resulting type after applying the - operator.
source§

fn sub(self, rhs: MatExprResult<MatExpr>) -> Self::Output

Performs the - operation. Read more

Auto Trait Implementations§

§

impl<T> Freeze for MatExprResult<T>
where T: Freeze,

§

impl<T> RefUnwindSafe for MatExprResult<T>
where T: RefUnwindSafe,

§

impl<T> Send for MatExprResult<T>
where T: Send,

§

impl<T> Sync for MatExprResult<T>
where T: Sync,

§

impl<T> Unpin for MatExprResult<T>
where T: Unpin,

§

impl<T> UnwindSafe for MatExprResult<T>
where T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.