(FILE* file, double** matrix, int rows,
int columns, int width, int prec,
char* tab, char* separator,
char* ending)
Writes a double matrix (without parenthesis) with specifically many decimal places.
Documentation
Writes a double matrix (without parenthesis) with specifically many decimal places.
- Parameters:
- file - : output file
matrix - : matrix to write
rows - : number of rows
columns - : number of columns
width - : format: number of places altogether
prec - : format: number of decimal places
tab - : format: leading tabs
separator - : format: separator for columns
ending - : format: end of a row
Alphabetic index
This page was generated with the help of DOC++.