(Last Changed on June
29,
2022 for git-revision 90ff3225c384e19fdeaf789b3d0cd5d2ced40eb0.)
Go to the source code of this file.
|
ivector | colsum (const imatrix &matrix) |
| Returns integer vector colsums where each element is the sum of the jth column in matrix. More...
|
|
ivector | rowsum (const imatrix &matrix) |
| Returns integer vector rowsums where each element is the sum of the ith row in matrix. More...
|
|
Returns integer vector colsums where each element is the sum of the jth column in matrix.
- Parameters
-
Definition at line 14 of file imat8.cpp.
Returns integer vector rowsums where each element is the sum of the ith row in matrix.
- Parameters
-
Definition at line 46 of file imat8.cpp.