ILAZLC(3)      LAPACK routine of NEC Numeric Library Collection      ILAZLC(3)



NAME
       ILAZLC

SYNOPSIS
       INTEGER FUNCTION ILAZLC (M, N, A, LDA)



PURPOSE
            ILAZLC scans A for its last non-zero column.




ARGUMENTS
           M         (input)
                     M is INTEGER
                     The number of rows of the matrix A.

           N         (input)
                     N is INTEGER
                     The number of columns of the matrix A.

           A         (input)
                     A is COMPLEX*16 array, dimension (LDA,N)
                     The m by n matrix A.

           LDA       (input)
                     LDA is INTEGER
                     The leading dimension of the array A. LDA >= max(1,M).



LAPACK routine                  31 October 2017                      ILAZLC(3)