![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
logical function | sgennd (M, N, A, LDA) |
SGENND More... | |
logical function sgennd | ( | integer | M, |
integer | N, | ||
real, dimension( lda, * ) | A, | ||
integer | LDA | ||
) |
SGENND
SGENND 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 REAL array, dimension (LDA, N) The matrix. |
[in] | LDA | LDA is INTEGER Leading dimension of A. |
Definition at line 70 of file sgennd.f.