Function sprs::sparse::binop::mul_dense_mat_same_ordering [] [src]

pub fn mul_dense_mat_same_ordering<N, Mat, DenseStorage>(lhs: &Mat, rhs: &Tensor<N, [usize; 2], DenseStorage>, alpha: N) -> Result<MatOwned<N>, SprsError> where N: Num + Copy, Mat: SpMatView<N>, DenseStorage: Deref<Target=[N]>

Compute coeff wise alpha * lhs * rhs with lhs a sparse matrix and rhs dense and alpha a scalar