7#ifndef SVZERODSOLVER_ALGEBRA_STATE_HPP_
8#define SVZERODSOLVER_ALGEBRA_STATE_HPP_
21 Eigen::Matrix<double, Eigen::Dynamic, 1>
23 Eigen::Matrix<double, Eigen::Dynamic, 1>
ydot;
static State Zero(int n)
Construct a new State object and initilaize with all zeros.
Definition State.cpp:20
Eigen::Matrix< double, Eigen::Dynamic, 1 > ydot
Derivate of y.
Definition State.h:23
State()
Construct a new State object.
Definition State.cpp:6
Eigen::Matrix< double, Eigen::Dynamic, 1 > y
Vector of solution quantities.
Definition State.h:22
~State()
Destroy the State object.
Definition State.cpp:13