Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/node_modules/@stdlib/lapack/base/iladlr/lib/iladlr.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ var base = require( './base.js' );
/**
* Returns the index of the last non-zero row in a matrix `A`.
*
* ## Notes
*
* - If provided an empty matrix or a matrix containing only zeros, the function returns `-1` (i.e., an invalid index).
*
* @param {string} order - storage layout
* @param {PositiveInteger} M - number of rows in `A`
* @param {PositiveInteger} N - number of columns in `A`
Expand Down