|
| sparse_matrix (key_type shape) |
|
| sparse_matrix (key_type shape, double density) |
|
| sparse_matrix (key_type shape, double density, const matrix_partition &partition) |
|
| sparse_matrix (key_type shape, const matrix_partition &partition) |
|
size_type | size () const noexcept |
|
key_type | shape () const noexcept |
|
iterator | begin () |
|
iterator | end () |
|
segment_type | tile (key_type tile_index) |
|
template<typename... Args> |
auto | copy_tile_async (key_type tile_index, dr::views::csr_matrix_view< T, I, Args... > tile_view) |
|
template<typename... Args> |
void | copy_tile (key_type tile_index, dr::views::csr_matrix_view< T, I, Args... > tile_view) |
|
key_type | tile_shape () const noexcept |
|
key_type | grid_shape () const noexcept |
|
std::span< segment_type > | tiles () |
|
std::span< segment_type > | segments () |
|
The documentation for this class was generated from the following file:
- /opt/actions-runner/_work/distributed-ranges/distributed-ranges/include/dr/sp/containers/sparse_matrix.hpp