pub type Result<F> = Matrix<F, Dynamic, Dynamic, VecStorage<F, Dynamic, Dynamic>>;
The type of the result matrix
Initialize a matrix with nrows rows and ncols columns
nrows
ncols
Get initial values
Set the i-th state of the system
i
Get the i-th state of the system
Get the i-th result vector