Type Definition integrators::Result

source · []
pub type Result<F> = Matrix<F, Dynamic, Dynamic, VecStorage<F, Dynamic, Dynamic>>;
Expand description

The type of the result matrix

Trait Implementations

Initialize a matrix with nrows rows and ncols columns

Get initial values

Set the i-th state of the system

Get the i-th state of the system

Get the i-th result vector