Ipopt Documentation  
 
Loading...
Searching...
No Matches
IpMc19TSymScalingMethod.hpp File Reference
#include "IpUtils.hpp"
#include "IpTSymScalingMethod.hpp"
#include "IpLibraryLoader.hpp"
#include "IpTypes.h"

Go to the source code of this file.

Classes

class  Ipopt::Mc19TSymScalingMethod
 Class for the method for computing scaling factors for symmetric matrices in triplet format, using MC19. More...
 

Namespaces

namespace  Ipopt
 This file contains a base class for all exceptions and a set of macros to help with exceptions.
 

Macros

#define IPOPT_DECL_MC19A(x)
 

Macro Definition Documentation

◆ IPOPT_DECL_MC19A

#define IPOPT_DECL_MC19A (   x)
Value:
void (x)( \
const ipindex* N, \
const ipindex* NZ, \
ipnumber* A, \
ipindex* IRN, \
ipindex* ICN, \
float* R, \
float* C, \
float* W \
)
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51
int ipindex
Type of all indices of vectors, matrices etc.
Definition IpTypes.h:68
Since
3.14.0

Definition at line 18 of file IpMc19TSymScalingMethod.hpp.