LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
zlanhf-clanhf-norm.patch File Reference

Go to the source code of this file.

Variables

Description __pad85__
 
Description commit
 
Description CLANHF
 

Variable Documentation

Description __pad85__

Definition at line 2 of file zlanhf-clanhf-norm.patch.

Description CLANHF
Initial value:
= ZERO
RETURN
ELSE IF( N.EQ.1 ) THEN
- CLANHF = ABS( A(0) )
+ CLANHF = ABS(REAL(A(0)))
RETURN
END IF
*
--- a/src/zlanhf.f
+++ b/src/zlanhf.f
@@ -286
Description IF(SN.NE.ZERO) THEN IF(CS.NE.ZERO) THEN ISUPPZ(2 *M-1)
set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real b(3) integer i
Description CLANHF
set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real * A(3, 3)
double precision function zlanhf(NORM, TRANSR, UPLO, N, A, WORK)
ZLANHF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hermitian matrix in RFP format.
Definition: zlanhf.f:247
#define N
Definition: example_user.c:10
#define ABS(x)
Definition: lapacke_utils.h:44

Definition at line 11 of file zlanhf-clanhf-norm.patch.

Description commit

Definition at line 2 of file zlanhf-clanhf-norm.patch.