Scroll to navigation

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/iladiag.f(3) Library Functions Manual /home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/iladiag.f(3)

NAME

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/iladiag.f

SYNOPSIS

Functions/Subroutines


integer function ILADIAG (diag)
ILADIAG

Function/Subroutine Documentation

integer function ILADIAG (character diag)

ILADIAG

Purpose:

!>
!> This subroutine translated from a character string specifying if a
!> matrix has unit diagonal or not to the relevant BLAST-specified
!> integer constant.
!>
!> ILADIAG returns an INTEGER.  If ILADIAG < 0, then the input is not a
!> character indicating a unit or non-unit diagonal.  Otherwise ILADIAG
!> returns the constant value corresponding to DIAG.
!> 

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 57 of file iladiag.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK