Scroll to navigation

ILAZLC(1) LAPACK auxiliary routine (version 3.2) ILAZLC(1)

NAME

ILAZLC - scans A for its last non-zero column

SYNOPSIS

ILAZLC(M, N, A, LDA)

IMPLICIT NONE INTEGER M, N, LDA COMPLEX*16 A( LDA, * )

PURPOSE

ILAZLC scans A for its last non-zero column.

ARGUMENTS

The number of rows of the matrix A.
The number of columns of the matrix A.
The m by n matrix A.
The leading dimension of the array A. LDA >= max(1,M).
November 2008 LAPACK auxiliary routine (version 3.2)