Module libceed::vector [−][src]
A Ceed Vector constitutes the main data structure and serves as input/output for Ceed Operators.
Structs
Vector | |
VectorView | 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(). |
VectorViewMut | A mutable (host) view of a Vector with Deref to slice. |
Enums
VectorOpt |