Distributed Ranges
Loading...
Searching...
No Matches
dr::mp::vector_multiplicable Concept Reference

Concept definition

template<typename T>
requires(T t, std::vector<typename T::elem_type> res, T::elem_type *input) {
t.local_gemv_and_collect(int(), res, input, 1);
}
Definition: distributed_sparse_matrix.hpp:24