template<typename Backend, Indexing, int Rank, typename MatrixValue, typename SourceValue, typename TargetValue>
SparseMatrixMultiply struct
Public static functions
- static void multiply(const SparseMatrixView<MatrixValue>&, const View<SourceValue, Rank>&, View<TargetValue, Rank>&, const Configuration&)
- static void multiply_add(const SparseMatrixView<MatrixValue>&, const View<SourceValue, Rank>&, View<TargetValue, Rank>&, const Configuration&)