#include <IpInexactTSymScalingMethod.hpp>
Inheritance diagram for Ipopt::InexactTSymScalingMethod:
Public Member Functions | |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
overloaded from AlgorithmStrategyObject | |
virtual bool | ComputeSymTScalingFactors (Index n, Index nnz, const ipfint *airn, const ipfint *ajcn, const double *a, double *scaling_factors) |
Method for computing the symmetric scaling factors, given the symmtric matrix in triplet (MA27) format. | |
Constructor/Destructor | |
InexactTSymScalingMethod () | |
virtual | ~InexactTSymScalingMethod () |
Private Member Functions | |
Default Compiler Generated Methods (Hidden to avoid | |
implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
InexactTSymScalingMethod (const InexactTSymScalingMethod &) | |
Copy Constructor. | |
void | operator= (const InexactTSymScalingMethod &) |
Overloaded Equals Operator. | |
InexactCq & | InexCq () |
Method to easily access Inexact calculated quantities. |
The scaling is only considering the current slacks.
Definition at line 24 of file IpInexactTSymScalingMethod.hpp.
Ipopt::InexactTSymScalingMethod::InexactTSymScalingMethod | ( | ) | [inline] |
Definition at line 29 of file IpInexactTSymScalingMethod.hpp.
virtual Ipopt::InexactTSymScalingMethod::~InexactTSymScalingMethod | ( | ) | [inline, virtual] |
Definition at line 32 of file IpInexactTSymScalingMethod.hpp.
Ipopt::InexactTSymScalingMethod::InexactTSymScalingMethod | ( | const InexactTSymScalingMethod & | ) | [private] |
Copy Constructor.
virtual bool Ipopt::InexactTSymScalingMethod::InitializeImpl | ( | const OptionsList & | options, | |
const std::string & | prefix | |||
) | [virtual] |
virtual bool Ipopt::InexactTSymScalingMethod::ComputeSymTScalingFactors | ( | Index | n, | |
Index | nnz, | |||
const ipfint * | airn, | |||
const ipfint * | ajcn, | |||
const double * | a, | |||
double * | scaling_factors | |||
) | [virtual] |
Method for computing the symmetric scaling factors, given the symmtric matrix in triplet (MA27) format.
void Ipopt::InexactTSymScalingMethod::operator= | ( | const InexactTSymScalingMethod & | ) | [private] |
Overloaded Equals Operator.
InexactCq& Ipopt::InexactTSymScalingMethod::InexCq | ( | ) | [inline, private] |
Method to easily access Inexact calculated quantities.
Definition at line 62 of file IpInexactTSymScalingMethod.hpp.
References Ipopt::IpoptCalculatedQuantities::AdditionalCq(), DBG_ASSERT, and Ipopt::AlgorithmStrategyObject::IpCq().