Ginan
Loading...
Searching...
No Matches
lambda.h File Reference

Functions

int lambda (Trace &trace, int n, int m, const double *a, const double *Q, double *F, double *s, double Pf, bool &pass)
 
int newLambda (Trace &trace, int numInts, int numSols, VectorXd &floatSol, MatrixXd &QMat, MatrixXd &ZMat, double *F, double *solResiduals, double Pf, int *index)
 
void lambdaCalcs (KFState &kfState)
 

Function Documentation

◆ lambda()

int lambda ( Trace & trace,
int n,
int m,
const double * a,
const double * Q,
double * F,
double * s,
double Pf,
bool & pass )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ lambdaCalcs()

void lambdaCalcs ( KFState & kfState)

◆ newLambda()

int newLambda ( Trace & trace,
int numInts,
int numSols,
VectorXd & floatSol,
MatrixXd & QMat,
MatrixXd & ZMat,
double * F,
double * solResiduals,
double Pf,
int * index )