1ILAPREC(1) LAPACK routine (version 3.2) ILAPREC(1)
2
3
4
6 ILAPREC - subroutine translated from a character string specifying an
7 intermediate precision to the relevant BLAST-specified integer constant
8
10 INTEGER FUNCTION ILAPREC( PREC )
11
12 CHARACTER PREC
13
15 This subroutine translated from a character string specifying an inter‐
16 mediate precision to the relevant BLAST-specified integer constant.
17 ILAPREC returns an INTEGER. If ILAPREC < 0, then the input is not a
18 character indicating a supported intermediate precision. Otherwise
19 ILAPREC returns the constant value corresponding to PREC.
20
22 Specifies the form of the system of equations: = 'S': Single
23 = 'D': Double
24 = 'I': Indigenous
25 = 'X', 'E': Extra
26
27
28
29 LAPACK routine (version 3.2) November 2008 ILAPREC(1)