1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
---
:name: ilaprec
:md5sum: ccbd47bb68340bc498273489d1d91536
:category: :function
:type: integer
:arguments:
- prec:
:type: char
:intent: input
:substitutions: {}
:fortran_help: " INTEGER FUNCTION ILAPREC( PREC )\n\n\
* Purpose\n\
* =======\n\
*\n\
* This subroutine translated from a character string specifying an\n\
* intermediate precision to the relevant BLAST-specified integer\n\
* constant.\n\
*\n\
* ILAPREC returns an INTEGER. If ILAPREC < 0, then the input is not a\n\
* character indicating a supported intermediate precision. Otherwise\n\
* ILAPREC returns the constant value corresponding to PREC.\n\
*\n\n\
* Arguments\n\
* =========\n\
* PREC (input) CHARACTER\n\
* Specifies the form of the system of equations:\n\
* = 'S': Single\n\
* = 'D': Double\n\
* = 'I': Indigenous\n\
* = 'X', 'E': Extra\n\n\
* =====================================================================\n\
*\n"
|