Struct blas_array2::util::blas_traits::BLASFunc

source ·
pub struct BLASFunc {}
Expand description

Marker struct of BLAS functions.

This struct will be implemented in modules of each function.

Trait Implementations§

source§

impl ASUMFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl ASUMFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl ASUMFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl ASUMFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl GBMVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl GBMVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl GBMVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl GBMVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl GEMMFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl GEMMFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl GEMMFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl GEMMFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl GEMVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl GEMVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl GEMVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl GEMVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl GERCFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl GERCFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl GERFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl GERFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl GERFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl GERFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl IAMAXFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl IAMAXFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl IAMAXFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl IAMAXFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl NRM2Func<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl NRM2Func<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl NRM2Func<f32> for BLASFunc
where f32: BLASFloat,

source§

impl NRM2Func<f64> for BLASFunc
where f64: BLASFloat,

source§

impl SBMVFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc
where c32: BLASFloat,

source§

impl SBMVFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc
where c64: BLASFloat,

source§

impl SBMVFunc<f32, BLASSymm<f32>> for BLASFunc
where f32: BLASFloat,

source§

impl SBMVFunc<f64, BLASSymm<f64>> for BLASFunc
where f64: BLASFloat,

source§

impl SPMVFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc
where c32: BLASFloat,

source§

impl SPMVFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc
where c64: BLASFloat,

source§

impl SPMVFunc<f32, BLASSymm<f32>> for BLASFunc
where f32: BLASFloat,

source§

impl SPMVFunc<f64, BLASSymm<f64>> for BLASFunc
where f64: BLASFloat,

source§

impl SPR2Func<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl SPR2Func<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl SPR2Func<f32> for BLASFunc
where f32: BLASFloat,

source§

impl SPR2Func<f64> for BLASFunc
where f64: BLASFloat,

source§

impl SPRFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc
where c32: BLASFloat,

source§

impl SPRFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc
where c64: BLASFloat,

source§

impl SPRFunc<f32, BLASSymm<f32>> for BLASFunc
where f32: BLASFloat,

source§

impl SPRFunc<f64, BLASSymm<f64>> for BLASFunc
where f64: BLASFloat,

source§

impl SYMMFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc

source§

impl SYMMFunc<Complex<f32>, BLASSymm<Complex<f32>>> for BLASFunc

source§

impl SYMMFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc

source§

impl SYMMFunc<Complex<f64>, BLASSymm<Complex<f64>>> for BLASFunc

source§

impl SYMMFunc<f32, BLASSymm<f32>> for BLASFunc

source§

impl SYMMFunc<f64, BLASSymm<f64>> for BLASFunc

source§

impl SYMVFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc
where c32: BLASFloat,

source§

impl SYMVFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc
where c64: BLASFloat,

source§

impl SYMVFunc<f32, BLASSymm<f32>> for BLASFunc
where f32: BLASFloat,

source§

impl SYMVFunc<f64, BLASSymm<f64>> for BLASFunc
where f64: BLASFloat,

source§

impl SYR2Func<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl SYR2Func<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl SYR2Func<f32> for BLASFunc
where f32: BLASFloat,

source§

impl SYR2Func<f64> for BLASFunc
where f64: BLASFloat,

source§

impl SYR2KFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc

source§

impl SYR2KFunc<Complex<f32>, BLASSymm<Complex<f32>>> for BLASFunc

source§

impl SYR2KFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc

source§

impl SYR2KFunc<Complex<f64>, BLASSymm<Complex<f64>>> for BLASFunc

source§

impl SYR2KFunc<f32, BLASSymm<f32>> for BLASFunc

source§

impl SYR2KFunc<f64, BLASSymm<f64>> for BLASFunc

source§

impl SYRFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc
where c32: BLASFloat,

source§

impl SYRFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc
where c64: BLASFloat,

source§

impl SYRFunc<f32, BLASSymm<f32>> for BLASFunc
where f32: BLASFloat,

source§

impl SYRFunc<f64, BLASSymm<f64>> for BLASFunc
where f64: BLASFloat,

source§

impl SYRKFunc<Complex<f32>, BLASHermi<Complex<f32>>> for BLASFunc

source§

impl SYRKFunc<Complex<f32>, BLASSymm<Complex<f32>>> for BLASFunc

source§

impl SYRKFunc<Complex<f64>, BLASHermi<Complex<f64>>> for BLASFunc

source§

impl SYRKFunc<Complex<f64>, BLASSymm<Complex<f64>>> for BLASFunc

source§

impl SYRKFunc<f32, BLASSymm<f32>> for BLASFunc

source§

impl SYRKFunc<f64, BLASSymm<f64>> for BLASFunc

source§

impl TBMVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TBMVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TBMVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TBMVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TBSVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TBSVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TBSVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TBSVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TPMVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TPMVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TPMVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TPMVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TPSVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TPSVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TPSVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TPSVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TRMMFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TRMMFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TRMMFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TRMMFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TRMVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TRMVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TRMVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TRMVFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TRSMFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TRSMFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TRSMFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TRSMFunc<f64> for BLASFunc
where f64: BLASFloat,

source§

impl TRSVFunc<Complex<f32>> for BLASFunc
where c32: BLASFloat,

source§

impl TRSVFunc<Complex<f64>> for BLASFunc
where c64: BLASFloat,

source§

impl TRSVFunc<f32> for BLASFunc
where f32: BLASFloat,

source§

impl TRSVFunc<f64> for BLASFunc
where f64: BLASFloat,

Auto Trait Implementations§

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.