![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
| logical function | dgennd (M, N, A, LDA) |
| DGENND More... | |
| logical function dgennd | ( | integer | M, |
| integer | N, | ||
| double precision, dimension( lda, * ) | A, | ||
| integer | LDA | ||
| ) |
DGENND
DGENND tests that its argument has a 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 DOUBLE PRECISION array, dimension (LDA, N)
The matrix. |
| [in] | LDA | LDA is INTEGER
Leading dimension of A. |
Definition at line 69 of file dgennd.f.