TESTING/LIN/zgennd.f(3) | Library Functions Manual | TESTING/LIN/zgennd.f(3) |
NAME
TESTING/LIN/zgennd.f
SYNOPSIS
Functions/Subroutines
logical function zgennd (m, n, a, lda)
ZGENND
Function/Subroutine Documentation
logical function zgennd (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda)
ZGENND
Purpose:
!> !> ZGENND 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*16 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 zgennd.f.
Author
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.12.0 | LAPACK |