ilalr#
Functions
-
INT ilaslr(const INT m, const INT n, const f32 *restrict A, const INT lda)#
ILASLR scans A for its last non-zero row.
Parameters
inmThe number of rows of the matrix A.
innThe number of columns of the matrix A.
inADouble precision array, dimension (lda, n). The m by n matrix A.
inldaThe leading dimension of the array A. lda >= max(1, m).
INT ilaslr(
const INT m,
const INT n,
const f32* restrict A,
const INT lda
);
Functions
-
INT iladlr(const INT m, const INT n, const f64 *restrict A, const INT lda)#
ILADLR scans A for its last non-zero row.
Parameters
inmThe number of rows of the matrix A.
innThe number of columns of the matrix A.
inADouble precision array, dimension (lda, n). The m by n matrix A.
inldaThe leading dimension of the array A. lda >= max(1, m).
INT iladlr(
const INT m,
const INT n,
const f64* restrict A,
const INT lda
);