LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
cgennd.f File Reference

Go to the source code of this file.

Functions/Subroutines

logical function cgennd (M, N, A, LDA)
 CGENND More...
 

Function/Subroutine Documentation

logical function cgennd ( integer  M,
integer  N,
complex, dimension( lda, * )  A,
integer  LDA 
)

CGENND

Purpose:
    CGENND tests that its argument has a real, non-negative diagonal.
Parameters
[in]M
          M is INTEGER
          The number of rows in A.
[in]N
          N is INTEGER
          The number of columns in A.
[in]A
          A is COMPLEX array, dimension (LDA, N)
          The matrix.
[in]LDA
          LDA is INTEGER
          Leading dimension of A.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 69 of file cgennd.f.