BlasScalar

Trait BlasScalar 

Source
pub trait BlasScalar:
    ITamax
    + RTasum
    + Taxpy
    + Tgemm
    + Therk
    + Tnrm2
    + Tsyrk { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl BlasScalar for f32

Source§

impl BlasScalar for f64

Source§

impl BlasScalar for Complex<f32>

Source§

impl BlasScalar for Complex<f64>

Implementors§