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