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

General Scalar trait. This generalizes complex and real number.

You can use the following operations with A: Scalar:

Required Methods

Implementations on Foreign Types

impl Scalar for f32
[src]

impl Scalar for f64
[src]

Implementors