Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

I/O operations.


Functions

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

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[] = ""
[inline, static, inherited]
 

Print a vector to a FILE* stream.

Parameters:
of the FILE*
v vector to be printed
by stride by this many
prefix optional prefix string
postfix optional 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[] = ""
[inline, static, inherited]
 

Print a vector to an ostream.

Parameters:
os the ostream
v vector to be printed
by stride by this many
prefix optional prefix string
postfix optional postfix string

Definition at line 451 of file vm_vmath.h.


Generated on Wed Apr 19 17:38:32 2006 for vm_math by  doxygen 1.4.2