Ipopt Documentation  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ma86_info_d Struct Reference

data type for returning information to user More...

#include <hsl_ma86d.h>

Public Attributes

ma86realtype_d_ detlog
 Holds logarithm of abs det A (or 0) More...
 
int detsign
 Holds sign of determinant (+/-1 or 0) More...
 
int flag
 Error return flag (0 on success) More...
 
int matrix_rank
 Rank of matrix. More...
 
int maxdepth
 Maximum depth of the tree. More...
 
int num_delay
 Number of delayed pivots. More...
 
long num_factor
 Number of entries in the factor. More...
 
long num_flops
 Number of flops for factor. More...
 
int num_neg
 Number of negative pivots. More...
 
int num_nodes
 Number of nodes. More...
 
int num_nothresh
 Number of pivots not satisfying u. More...
 
int num_perturbed
 Number of perturbed pivots. More...
 
int num_two
 Number of 2x2 pivots. More...
 
int pool_size
 Maximum size of task pool used. More...
 
int stat
 STAT value on error return -1. More...
 
ma86realtype_d_ usmall
 smallest threshold parameter used More...
 

Detailed Description

data type for returning information to user

Definition at line 105 of file hsl_ma86d.h.

Member Data Documentation

ma86realtype_d_ ma86_info_d::detlog

Holds logarithm of abs det A (or 0)

Definition at line 107 of file hsl_ma86d.h.

int ma86_info_d::detsign

Holds sign of determinant (+/-1 or 0)

Definition at line 108 of file hsl_ma86d.h.

int ma86_info_d::flag

Error return flag (0 on success)

Definition at line 109 of file hsl_ma86d.h.

int ma86_info_d::matrix_rank

Rank of matrix.

Definition at line 110 of file hsl_ma86d.h.

int ma86_info_d::maxdepth

Maximum depth of the tree.

Definition at line 111 of file hsl_ma86d.h.

int ma86_info_d::num_delay

Number of delayed pivots.

Definition at line 112 of file hsl_ma86d.h.

long ma86_info_d::num_factor

Number of entries in the factor.

Definition at line 113 of file hsl_ma86d.h.

long ma86_info_d::num_flops

Number of flops for factor.

Definition at line 114 of file hsl_ma86d.h.

int ma86_info_d::num_neg

Number of negative pivots.

Definition at line 115 of file hsl_ma86d.h.

int ma86_info_d::num_nodes

Number of nodes.

Definition at line 116 of file hsl_ma86d.h.

int ma86_info_d::num_nothresh

Number of pivots not satisfying u.

Definition at line 117 of file hsl_ma86d.h.

int ma86_info_d::num_perturbed

Number of perturbed pivots.

Definition at line 118 of file hsl_ma86d.h.

int ma86_info_d::num_two

Number of 2x2 pivots.

Definition at line 119 of file hsl_ma86d.h.

int ma86_info_d::pool_size

Maximum size of task pool used.

Definition at line 120 of file hsl_ma86d.h.

int ma86_info_d::stat

STAT value on error return -1.

Definition at line 121 of file hsl_ma86d.h.

ma86realtype_d_ ma86_info_d::usmall

smallest threshold parameter used

Definition at line 122 of file hsl_ma86d.h.


The documentation for this struct was generated from the following file: