12 : mass_(mass), time_integrator_(time_integrator)
14 assert(mass.size() != 0);
21 const double prod = tmp.transpose() *
mass_ * tmp;
22 const double energy = 0.5 * prod;
Implicit time integrator of a second order ODE (equivently a system of coupled first order ODEs).
virtual Eigen::VectorXd x_tilde() const =0
Compute the predicted solution to be used in the inertia term .
Eigen::SparseMatrix< double, Eigen::ColMajor > StiffnessMatrix