/build/buildd/coinor-dylp-1.5.0/DyLP/src/Dylp/dy_vector.h File Reference

#include <DylpConfig.h>
#include <ctype.h>
#include "dylib_std.h"
#include <math.h>
#include <float.h>
Include dependency graph for dy_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  fpunion_t
struct  pkcoeff_struct
struct  pkvec_struct

Defines

#define quiet_nan(zz_dummy_zz)   (QNaNbits.fpdbl)
#define HUGE_VAL   (Infbits.fpdbl)

Functions

pkvec_structpkvec_new (int sze)
bool pkvec_resize (pkvec_struct *pkvec, int sze)
void pkvec_free (pkvec_struct *pkvec)
bool pkvec_check (pkvec_struct *pkvec, const char *caller)
double pkvec_2norm (pkvec_struct *vec)
double exvec_1norm (double *vec, int len)
double exvec_ssq (double *vec, int len)
double exvec_2norm (double *vec, int len)
double exvec_infnorm (double *vec, int len, int *p_jmax)
double pkvec_dotexvec (pkvec_struct *pkvec, double *exvec)

Variables

static fpunion_t QNaNbits UNUSED

Define Documentation

#define quiet_nan ( zz_dummy_zz   )     (QNaNbits.fpdbl)

Definition at line 168 of file dy_vector.h.

#define HUGE_VAL   (Infbits.fpdbl)

Definition at line 177 of file dy_vector.h.


Function Documentation

pkvec_struct* pkvec_new ( int  sze  ) 
bool pkvec_resize ( pkvec_struct pkvec,
int  sze 
)
void pkvec_free ( pkvec_struct pkvec  ) 
bool pkvec_check ( pkvec_struct pkvec,
const char *  caller 
)
double pkvec_2norm ( pkvec_struct vec  ) 
double exvec_1norm ( double *  vec,
int  len 
)
double exvec_ssq ( double *  vec,
int  len 
)
double exvec_2norm ( double *  vec,
int  len 
)
double exvec_infnorm ( double *  vec,
int  len,
int *  p_jmax 
)
double pkvec_dotexvec ( pkvec_struct pkvec,
double *  exvec 
)

Variable Documentation

static fpunion_t Infbits UNUSED [static]
Initial value:
 { { (unsigned char) '\376',
                                        (unsigned char) '\377',
                                        (unsigned char) '\377',
                                        (unsigned char) '\377',
                                       (unsigned char) '\377',
                                        (unsigned char) '\377',
                                        (unsigned char) '\377',
                                        (unsigned char) '\177' } }

Definition at line 137 of file dy_vector.h.


Generated by  doxygen 1.6.2