(double** matrix, int row,
int max_col)
Determines the number of entries != 0 in a row of a matrix.
Documentation
Determines the number of entries != 0 in a row of a matrix.
- Parameters:
- matrix - : double matrix
row - : row to scan
max_col - : number of columns
- Returns:
- number of entries
Alphabetic index
This page was generated with the help of DOC++.