Skip to content
Snippets Groups Projects
Commit cf6772bc authored by MichelJuillard's avatar MichelJuillard
Browse files

added method to access derivatives of approximated solution function

parent d32e076b
Branches
Tags
No related merge requests found
......@@ -145,6 +145,10 @@ public:@;
void walkStochSteady();
TwoDMatrix* calcYCov() const;
const FGSContainer* get_rule_ders() const
{@+ return rule_ders;@+}
const FGSContainer* get_rule_ders_ss() const
{@+ return rule_ders;@+}
protected:@;
void approxAtSteady();
void calcStochShift(Vector& out, double at_sigma) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment