pub fn vectorized_matvec<T>(
matrix: &ArrayView2<'_, T>,
vector: &ArrayView1<'_, T>,
) -> InterpolateResult<Array1<T>>Expand description
Vectorized matrix-vector product (scalar fallback)
pub fn vectorized_matvec<T>(
matrix: &ArrayView2<'_, T>,
vector: &ArrayView1<'_, T>,
) -> InterpolateResult<Array1<T>>Vectorized matrix-vector product (scalar fallback)