![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
| logical function cgennd | ( | integer | m, |
| integer | n, | ||
| complex, dimension( lda, * ) | a, | ||
| integer | lda ) |
CGENND
!> !> CGENND tests that its argument has a real, non-negative diagonal. !>
| [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. !> |
Definition at line 67 of file cgennd.f.