![]() |
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 &) |
void dvm3_Vector::cprint_on | ( | FILE * | of, | |
char const | prefix[] = "" , |
|||
char const | postfix[] = "" | |||
) | [inherited] |
Print this dvm3_Vector to a FILE* stream.
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.
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.
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.
os | the ostream | |
prefix | optional prefix string | |
postfix | optional postfix string |
Definition at line 1130 of file dvm3_matrix.h.
std::ostream& operator<< | ( | std::ostream & | os, | |
dvm3_Vector const & | ||||
) | [friend, inherited] |
std::ostream& operator<< | ( | std::ostream & | os, | |
dvm3_Matrix const & | m | |||
) | [friend, inherited] |
Formatted dvm3_Matrix output to an ostream.
os | the ostream |
Definition at line 1134 of file dvm3_matrix.h.