Trait ndarray_linalg::types::Scalar [] [src]

pub trait Scalar: LapackScalar + LinalgScalar + AssociatedReal + AssociatedComplex + Absolute + SquareRoot + Exponential + Conjugate + RandNormal + Debug { }

General Scalar trait. This generalizes complex and real number.

You can use the following operations with A: Scalar:

Implementors