cgennd.f - Man Page
TESTING/LIN/cgennd.f
Synopsis
Functions/Subroutines
logical function cgennd (m, n, a, lda)
CGENND
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
M
M is INTEGER The number of rows in A.
N
N is INTEGER The number of columns in A.
A
A is COMPLEX array, dimension (LDA, N) The matrix.
LDA
LDA is INTEGER Leading dimension of A.
- Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Definition at line 67 of file cgennd.f.
Author
Generated automatically by Doxygen for LAPACK from the source code.
Referenced By
The man page cgennd(3) is an alias of cgennd.f(3).
Tue Nov 28 2023 12:08:42 Version 3.12.0 LAPACK