Scroll to navigation

ILAPREC(1) LAPACK routine (version 3.2) ILAPREC(1)

NAME

ILAPREC - subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant

SYNOPSIS

ILAPREC( PREC )

CHARACTER PREC

PURPOSE

This subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant. ILAPREC returns an INTEGER. If ILAPREC < 0, then the input is not a character indicating a supported intermediate precision. Otherwise ILAPREC returns the constant value corresponding to PREC.

ARGUMENTS

Specifies the form of the system of equations: = 'S': Single
= 'D': Double
= 'I': Indigenous
= 'X', 'E': Extra

November 2008 LAPACK routine (version 3.2)