Class for the method for computing scaling factors for symmetric matrices in triplet format, specifically for the inexaxct algorithm. More...
#include <IpSlackBasedTSymScalingMethod.hpp>
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 | |
SlackBasedTSymScalingMethod () | |
virtual | ~SlackBasedTSymScalingMethod () |
Private Member Functions | |
Default Compiler Generated Methods (Hidden to avoid | |
SlackBasedTSymScalingMethod (const SlackBasedTSymScalingMethod &) | |
Copy Constructor. | |
void | operator= (const SlackBasedTSymScalingMethod &) |
Overloaded Equals Operator. |
Class for the method for computing scaling factors for symmetric matrices in triplet format, specifically for the inexaxct algorithm.
The scaling is only considering the current slacks.
Definition at line 23 of file IpSlackBasedTSymScalingMethod.hpp.
Ipopt::SlackBasedTSymScalingMethod::SlackBasedTSymScalingMethod | ( | ) | [inline] |
Definition at line 28 of file IpSlackBasedTSymScalingMethod.hpp.
virtual Ipopt::SlackBasedTSymScalingMethod::~SlackBasedTSymScalingMethod | ( | ) | [inline, virtual] |
Definition at line 31 of file IpSlackBasedTSymScalingMethod.hpp.
Ipopt::SlackBasedTSymScalingMethod::SlackBasedTSymScalingMethod | ( | const SlackBasedTSymScalingMethod & | ) | [private] |
Copy Constructor.
virtual bool Ipopt::SlackBasedTSymScalingMethod::InitializeImpl | ( | const OptionsList & | options, | |
const std::string & | prefix | |||
) | [virtual] |
overloaded from AlgorithmStrategyObject
Implements Ipopt::TSymScalingMethod.
virtual bool Ipopt::SlackBasedTSymScalingMethod::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::SlackBasedTSymScalingMethod::operator= | ( | const SlackBasedTSymScalingMethod & | ) | [private] |
Overloaded Equals Operator.