int matrix_int::fprintf ( FILE *  stream,
const char *  format 
) const

Function that prints the contents of the matrix.

For a matrix M, M.fprintf(stdout, %.5e) prints contents of M to stdout M.fprintf("filename", %.5e) prints contents to file

All Classes Files Functions Variables Typedefs Friends Defines