Struct dars::ensemble::Ensemble []

pub struct Ensemble(_);

Ensemble as two-dimensional array

Methods

impl Ensemble

size of ensemble

size of each state vector

immutable ensemble iterator

mutable ensemble iterator

center of ensemble

Calculate center and covariance matrix

regard ensemble as a Gaussian distribution

Generate ensemble as an isotropic Gaussian distribution

Trait Implementations

impl Debug for Ensemble

Formats the value using the given formatter.

impl Clone for Ensemble

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Array2<R>> for Ensemble

Performs the conversion.

impl Deref for Ensemble

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Ensemble

The method called to mutably dereference a value