ESMF_ILADLR Function

function ESMF_ILADLR(M, N, A, LDA)

\brief \b ESMF_ILADLR \htmlonly Download ESMF_ILADLR + dependencies [TGZ] [ZIP] [TXT] \endhtmlonly \par Purpose:

\verbatim

ESMF_ILADLR scans A for its last non-zero row. \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

Arguments

Type IntentOptional Attributes Name
integer :: M
integer :: N
double precision :: A(LDA,*)
integer :: LDA

Return Value integer