ilalc#
Functions
-
INT ilaslc(const INT m, const INT n, const f32 *restrict A, const INT lda)#
ILASLC scans A for its last non-zero column.
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 ilaslc(
const INT m,
const INT n,
const f32* restrict A,
const INT lda
);
Functions
-
INT iladlc(const INT m, const INT n, const f64 *restrict A, const INT lda)#
ILADLC scans A for its last non-zero column.
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 iladlc(
const INT m,
const INT n,
const f64* restrict A,
const INT lda
);
Functions
-
INT ilaclc(const INT m, const INT n, const c64 *restrict A, const INT lda)#
ILACLC scans A for its last non-zero column.
Parameters
inmThe number of rows of the matrix A.
innThe number of columns of the matrix A.
inAComplex single precision array, dimension (lda, n). The m by n matrix A.
inldaThe leading dimension of the array A. lda >= max(1, m).
INT ilaclc(
const INT m,
const INT n,
const c64* restrict A,
const INT lda
);
Functions
-
INT ilazlc(const INT m, const INT n, const c128 *restrict A, const INT lda)#
ILAZLC scans A for its last non-zero column.
Parameters
inmThe number of rows of the matrix A.
innThe number of columns of the matrix A.
inAComplex double precision array, dimension (lda, n). The m by n matrix A.
inldaThe leading dimension of the array A. lda >= max(1, m).
INT ilazlc(
const INT m,
const INT n,
const c128* restrict A,
const INT lda
);