34#ifndef SVZERODSOLVER_ALGEBRA_STATE_HPP_
35#define SVZERODSOLVER_ALGEBRA_STATE_HPP_
48 Eigen::Matrix<double, Eigen::Dynamic, 1>
50 Eigen::Matrix<double, Eigen::Dynamic, 1>
ydot;
State of the system.
Definition State.h:46
static State Zero(int n)
Construct a new State object and initilaize with all zeros.
Definition State.cpp:47
Eigen::Matrix< double, Eigen::Dynamic, 1 > ydot
Derivate of y.
Definition State.h:50
State()
Construct a new State object.
Definition State.cpp:33
Eigen::Matrix< double, Eigen::Dynamic, 1 > y
Vector of solution quantities.
Definition State.h:49
~State()
Destroy the State object.
Definition State.cpp:40