Functions

IO operations.

Functions

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

Function Documentation

template<class T_fp >
void vm_M3Math< T_fp >::cprint_on ( FILE *  of,
T_fp const   m[],
char const   prefix[] = "",
char const   postfix[] = "" 
) [inline, static, inherited]

Print a matrix to a FILE* stream.

Parameters:
of the FILE*
m matrix to be printed
prefix optional prefix string
postfix optional postfix string

Definition at line 421 of file vm_m3math.h.

template<class T_fp >
std::ostream & vm_M3Math< T_fp >::print_on ( std::ostream &  os,
T_fp const   m[],
char const   prefix[] = "",
char const   postfix[] = "" 
) [inline, static, inherited]

Print a matrix to an ostream.

Parameters:
os the ostream
m matrix to be printed
prefix optional prefix string
postfix optional postfix string

Definition at line 408 of file vm_m3math.h.