Skip to main content
Ctrl+K

distributed-ranges documentation

  • Introduction
  • Architecture
  • Concepts
  • Containers
    • dr::mp::distributed_vector
    • dr::mp::distributed_dense_matrix
    • dr::sp::distributed_vector
    • dr::sp::dense_matrix
    • dr::sp::sparse_matrix
  • Algorithms
    • copy
    • exclusive_scan
    • fill
    • for_each
    • inclusive_scan
    • iota
    • reduce
    • sort
    • transform
    • gemm
    • gemv
  • Views
    • all_view
    • counted_view
    • drop_view
    • iota_view
    • take_view
    • sliding_view
    • transform_view
    • zip_view
  • Suggest edit
  • Open issue
  • .rst

Views

Views#

Views can reference collections of objects but do not own the storage.

  • all_view
  • counted_view
  • drop_view
  • iota_view
  • take_view
  • sliding_view
  • transform_view
  • zip_view

previous

gemv

next

all_view

By Author name not set

© Copyright 2022-2025, Intel.