[−][src]Trait rust_blas::matrix_vector::ops::Spr
Symmetric packed matrix rank-1 update
A ← A + αxxT
Required methods
fn spr<V: ?Sized + Vector<Self>>(
symmetry: Symmetry,
alpha: &Self,
x: &V,
a: &mut dyn Matrix<Self>
)
symmetry: Symmetry,
alpha: &Self,
x: &V,
a: &mut dyn Matrix<Self>
)
Implementations on Foreign Types
impl Spr for f32
[src]
fn spr<V: ?Sized + Vector<Self>>(
symmetry: Symmetry,
alpha: &f32,
x: &V,
a: &mut dyn Matrix<f32>
)
[src]
symmetry: Symmetry,
alpha: &f32,
x: &V,
a: &mut dyn Matrix<f32>
)
impl Spr for f64
[src]
fn spr<V: ?Sized + Vector<Self>>(
symmetry: Symmetry,
alpha: &f64,
x: &V,
a: &mut dyn Matrix<f64>
)
[src]
symmetry: Symmetry,
alpha: &f64,
x: &V,
a: &mut dyn Matrix<f64>
)