vm_math  1.0.7
I/O operations.

Functions

static std::ostream & vm_VMath< T_fp, N_len >::print_on (std::ostream &os, T_fp const v[], int by, char const prefix[]="", char const postfix[]="")
 
static void vm_VMath< T_fp, N_len >::cprint_on (FILE *of, T_fp const v[], int by, char const prefix[]="", char const postfix[]="")
 

Detailed Description

Function Documentation

template<class T_fp, int N_len>
void vm_VMath< T_fp, N_len >::cprint_on ( FILE *  of,
T_fp const  v[],
int  by,
char const  prefix[] = "",
char const  postfix[] = "" 
)
inlinestatic

Print a vector to a FILE* stream.

Parameters
ofthe FILE*
vvector to be printed
bystride by this many
prefixoptional prefix string
postfixoptional postfix string

Definition at line 471 of file vm_vmath.h.

template<class T_fp, int N_len>
std::ostream & vm_VMath< T_fp, N_len >::print_on ( std::ostream &  os,
T_fp const  v[],
int  by,
char const  prefix[] = "",
char const  postfix[] = "" 
)
inlinestatic

Print a vector to an ostream.

Parameters
osthe ostream
vvector to be printed
bystride by this many
prefixoptional prefix string
postfixoptional postfix string

Definition at line 451 of file vm_vmath.h.