Macaulay2 Engine
Loading...
Searching...
No Matches
Solution Struct Reference

One numerical solution produced by a PathTracker run, with the full per-path diagnostic record. More...

#include <NAG.hpp>

Public Member Functions

 Solution ()
void make (int m, const complex *s_s)
 ~Solution ()
void release ()

Public Attributes

int n
complexx
double t
complexstart_x
double cond
SolutionStatus status
int num_steps

Detailed Description

One numerical solution produced by a PathTracker run, with the full per-path diagnostic record.

Note
AI-generated documentation. Verify against the source before relying on it.

x is the endpoint of the path (an n-vector of complexs) and start_x is where the path began; t is the last value of the continuation parameter, cond the reverse condition number of the Jacobian Hx at the endpoint, num_steps the number of predictor-corrector steps taken, and status (a SolutionStatus enum value defined in SLP-imp.hpp) classifies the outcome (REGULAR, SINGULAR, INFINITY_FAILED, etc.). Owns its complex* buffers; release() / the destructor free them via freemem.

Definition at line 617 of file NAG.hpp.


The documentation for this struct was generated from the following files: