-
- Downloads
ENH: add longer method names for accessing Matrix num rows/cols (#1391)
- in addition to m() and n(), provide Matrix mRows()/nRows(), nCols() methods. These provide unambiguous access names. 'mRows()' == for internal consistency with MatrixSpace. 'nRows()' == a commonly used naming.
Loading
Please register or sign in to comment