\brief \b ESMF_ILADLC \htmlonly Download ESMF_ILADLC + dependencies [TGZ] [ZIP] [TXT] \endhtmlonly \par Purpose:
\verbatim
ESMF_ILADLC scans A for its last non-zero column. \endverbatim \param[in] M \verbatim M is INTEGER The number of rows of the matrix A. \endverbatim
\param[in] N \verbatim N is INTEGER The number of columns of the matrix A. \endverbatim
\param[in] A \verbatim A is DOUBLE PRECISION array, dimension (LDA,N) The m by n matrix A. \endverbatim
\param[in] LDA \verbatim LDA is INTEGER The leading dimension of the array A. LDA >= max(1,M). \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup auxOTHERauxiliary
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | M | ||||
integer | :: | N | ||||
double precision | :: | A(LDA,*) | ||||
integer | :: | LDA |