.TH "ilalc" 3 "Wed Feb 7 2024 11:30:40" "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME ilalc \- ilalc: find non-zero col .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "integer function \fBilaclc\fP (m, n, a, lda)" .br .RI "\fBILACLC\fP scans a matrix for its last non-zero column\&. " .ti -1c .RI "integer function \fBiladlc\fP (m, n, a, lda)" .br .RI "\fBILADLC\fP scans a matrix for its last non-zero column\&. " .ti -1c .RI "integer function \fBilaslc\fP (m, n, a, lda)" .br .RI "\fBILASLC\fP scans a matrix for its last non-zero column\&. " .ti -1c .RI "integer function \fBilazlc\fP (m, n, a, lda)" .br .RI "\fBILAZLC\fP scans a matrix for its last non-zero column\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "integer function ilaclc (integer m, integer n, complex, dimension( lda, * ) a, integer lda)" .PP \fBILACLC\fP scans a matrix for its last non-zero column\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ILACLC scans A for its last non-zero column\&. .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 .SS "integer function iladlc (integer m, integer n, double precision, dimension( lda, * ) a, integer lda)" .PP \fBILADLC\fP scans a matrix for its last non-zero column\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ILADLC scans A for its last non-zero column\&. .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 .SS "integer function ilaslc (integer m, integer n, real, dimension( lda, * ) a, integer lda)" .PP \fBILASLC\fP scans a matrix for its last non-zero column\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ILASLC scans A for its last non-zero column\&. .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 .SS "integer function ilazlc (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda)" .PP \fBILAZLC\fP scans a matrix for its last non-zero column\&. .PP \fBPurpose:\fP .RS 4 .PP .nf ILAZLC scans A for its last non-zero column\&. .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 .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.