DuQuad  v1.0
Quadratic Programming Optimizations
 All Data Structures Files Functions Variables Typedefs Macros
print.c File Reference
#include "print.h"

Go to the source code of this file.

Functions

void print_vector (double *v, int length)
 
void print_matrix (const real_t *mtx, const uint32_t rows, const uint32_t cols)
 
void print_Problem (struct Problem *s)
 
void print_Options (struct Options *opt)
 
void print_Info (struct Info *info)
 
void print_Result (struct Result *s)
 
void print_problem_FGM (struct Struct_FGM *s)
 
void print_result_FGM (struct Struct_FGM *s, int niter)
 
void print_result_GDM (struct Struct_GDM *s, int niter)
 

Function Documentation

void print_Info ( struct Info info)

Definition at line 64 of file print.c.

void print_matrix ( const real_t mtx,
const uint32_t  rows,
const uint32_t  cols 
)

Definition at line 20 of file print.c.

void print_Options ( struct Options opt)

Definition at line 52 of file print.c.

void print_Problem ( struct Problem s)

Definition at line 35 of file print.c.

void print_problem_FGM ( struct Struct_FGM s)

Definition at line 102 of file print.c.

void print_Result ( struct Result s)

Definition at line 79 of file print.c.

void print_result_FGM ( struct Struct_FGM s,
int  niter 
)

Definition at line 119 of file print.c.

void print_result_GDM ( struct Struct_GDM s,
int  niter 
)

Definition at line 129 of file print.c.

void print_vector ( double *  v,
int  length 
)

Definition at line 9 of file print.c.