pub type Samples<N, D> = Vec<OVector<N, D>>;
Expand description

State samples.

Aliased Type§

struct Samples<N, D> { /* private fields */ }