(scanner_t* s, double** matrix, int max_row,
int max_column)
Reads in a double matrix.
Documentation
Reads in a double matrix.
- Parameters:
- s - : scanner
matrix - : matrix to read
max_row - : number of rows
max_column - : number of columns
- Returns:
- 0 for succes; -1 for error
Alphabetic index
This page was generated with the help of DOC++.