Module libceed::vector

source ·
Expand description

A Ceed Vector constitutes the main data structure and serves as input/output for Ceed Operators.

Structs

  • A (host) view of a Vector with Deref to slice. We can’t make Vector itself Deref to slice because we can’t handle the drop to call bind_ceed::CeedVectorRestoreArrayRead().
  • A mutable (host) view of a Vector with Deref to slice.

Enums