.TH "ilalr" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME ilalr \- ilalr: find non-zero row .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "integer function \fBilaclr\fP (m, n, a, lda)" .br .RI "\fBILACLR\fP scans a matrix for its last non-zero row\&. " .ti -1c .RI "integer function \fBiladlr\fP (m, n, a, lda)" .br .RI "\fBILADLR\fP scans a matrix for its last non-zero row\&. " .ti -1c .RI "integer function \fBilaslr\fP (m, n, a, lda)" .br .RI "\fBILASLR\fP scans a matrix for its last non-zero row\&. " .ti -1c .RI "integer function \fBilazlr\fP (m, n, a, lda)" .br .RI "\fBILAZLR\fP scans a matrix for its last non-zero row\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "integer function ilaclr (integer m, integer n, complex, dimension( lda, * ) a, integer lda)" .PP \fBILACLR\fP scans a matrix for its last non-zero row\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ILACLR scans A for its last non-zero row\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf !> M is INTEGER !> The number of rows of the matrix A\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The number of columns of the matrix A\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is COMPLEX array, dimension (LDA,N) !> The m by n matrix A\&. !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,M)\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB77\fP of file \fBilaclr\&.f\fP\&. .SS "integer function iladlr (integer m, integer n, double precision, dimension( lda, * ) a, integer lda)" .PP \fBILADLR\fP scans a matrix for its last non-zero row\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ILADLR scans A for its last non-zero row\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf !> M is INTEGER !> The number of rows of the matrix A\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The number of columns of the matrix A\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is DOUBLE PRECISION array, dimension (LDA,N) !> The m by n matrix A\&. !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,M)\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB77\fP of file \fBiladlr\&.f\fP\&. .SS "integer function ilaslr (integer m, integer n, real, dimension( lda, * ) a, integer lda)" .PP \fBILASLR\fP scans a matrix for its last non-zero row\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ILASLR scans A for its last non-zero row\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf !> M is INTEGER !> The number of rows of the matrix A\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The number of columns of the matrix A\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is REAL array, dimension (LDA,N) !> The m by n matrix A\&. !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,M)\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB77\fP of file \fBilaslr\&.f\fP\&. .SS "integer function ilazlr (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda)" .PP \fBILAZLR\fP scans a matrix for its last non-zero row\&. .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ILAZLR scans A for its last non-zero row\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf !> M is INTEGER !> The number of rows of the matrix A\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The number of columns of the matrix A\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is COMPLEX*16 array, dimension (LDA,N) !> The m by n matrix A\&. !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,M)\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB77\fP of file \fBilazlr\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.