ilaclr (l) - Linux Manuals
ilaclr: scans A for its last non-zero row
Command to display ilaclr
manual in Linux: $ man l ilaclr
NAME
ILACLR - scans A for its last non-zero row
SYNOPSIS
- INTEGER FUNCTION
-
ILACLR(M, N, A, LDA)
-
IMPLICIT
NONE
-
INTEGER
M, N, LDA
-
COMPLEX
A( LDA, * )
PURPOSE
ILACLR scans A for its last non-zero row.
ARGUMENTS
- M (input) INTEGER
-
The number of rows of the matrix A.
- N (input) INTEGER
-
The number of columns of the matrix A.
- A (input) COMPLEX array, dimension (LDA,N)
-
The m by n matrix A.
- LDA (input) INTEGER
-
The leading dimension of the array A. LDA >= max(1,M).
Pages related to ilaclr
- ilaclr (3)
- ilaclc (l) - scans A for its last non-zero column
- iladiag (l) - subroutine translated from a character string specifying if a matrix has unit diagonal or not to the relevant BLAST-specified integer constant
- iladlc (l) - scans A for its last non-zero column
- iladlr (l) - scans A for its last non-zero row
- ilaenv (l) - is called from the LAPACK routines to choose problem-dependent parameters for the local environment
- ilaprec (l) - subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant
- ilaslc (l) - scans A for its last non-zero column