I/O operations.
[Unary operators]

Collaboration diagram for I/O operations.:

Functions

std::ostream & dvm3_Matrix::print_on (std::ostream &os, char const pre[]="", char const post[]="") const
void dvm3_Matrix::cprint_on (FILE *os, char const prefix[]="", char const postfix[]="")
std::ostream & dvm3_Vector::print_on (std::ostream &os, char const pre[]="", char const post[]="") const
void dvm3_Vector::cprint_on (FILE *of, char const prefix[]="", char const postfix[]="")

Friends

std::ostream & dvm3_Matrix::operator<< (std::ostream &os, dvm3_Matrix const &)
std::ostream & dvm3_Vector::operator<< (std::ostream &os, dvm3_Vector const &)

Function Documentation

void dvm3_Vector::cprint_on ( FILE *  of,
char const   prefix[] = "",
char const   postfix[] = "" 
) [inherited]

Print this dvm3_Vector to a FILE* stream.

Parameters:
of the FILE*
v vector to be printed
prefix optional prefix string
postfix optional postfix string

void dvm3_Matrix::cprint_on ( FILE *  os,
char const   prefix[] = "",
char const   postfix[] = "" 
) [inline, inherited]

Print this dvm3_Matrix to a FILE* stream.

Parameters:
of the FILE*
v vector to be printed
prefix optional prefix string
postfix optional postfix string

Definition at line 1138 of file dvm3_matrix.h.

std::ostream& dvm3_Vector::print_on ( std::ostream &  os,
char const   pre[] = "",
char const   post[] = "" 
) const [inherited]

Print this dvm3_Vector to an ostream.

Parameters:
os the ostream
prefix optional prefix string
postfix optional postfix string

std::ostream & dvm3_Matrix::print_on ( std::ostream &  os,
char const   pre[] = "",
char const   post[] = "" 
) const [inline, inherited]

Print this dvm3_Matrix to an ostream.

Parameters:
os the ostream
prefix optional prefix string
postfix optional postfix string

Definition at line 1130 of file dvm3_matrix.h.


Friends

std::ostream& operator<< ( std::ostream &  os,
dvm3_Vector const &   
) [friend, inherited]

Formatted dvm3_Matrix output to an ostream.

Parameters:
os the ostream

std::ostream& operator<< ( std::ostream &  os,
dvm3_Matrix const &  m 
) [friend, inherited]

Formatted dvm3_Matrix output to an ostream.

Parameters:
os the ostream

Definition at line 1134 of file dvm3_matrix.h.


Generated on Tue Dec 2 15:44:57 2008 for dvm3 by  doxygen 1.5.6