10 #ifndef __IPSLACKBASEDTSYMSCALINGMETHOD_HPP__
11 #define __IPSLACKBASEDTSYMSCALINGMETHOD_HPP__
37 const std::string& prefix);
46 double* scaling_factors);
FORTRAN_INTEGER_TYPE ipfint
This class stores a list of user set options.
Class for the method for computing scaling factors for symmetric matrices in triplet format,...
virtual ~SlackBasedTSymScalingMethod()
SlackBasedTSymScalingMethod(const SlackBasedTSymScalingMethod &)
Copy Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
SlackBasedTSymScalingMethod()
void operator=(const SlackBasedTSymScalingMethod &)
Overloaded Equals Operator.
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) forma...
Base class for the method for computing scaling factors for symmetric matrices in triplet format.
int Index
Type of all indices of vectors, matrices etc.