dy_vector.h File Reference

#include <DylpConfig.h>
#include <ctype.h>
#include "dylib_std.h"
#include <math.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

struct  pkcoeff_struct
struct  pkvec_struct

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)


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 
)


Generated on Wed Sep 21 06:40:01 2011 for DyLP by  doxygen 1.4.7