File: ilaprec

package info (click to toggle)
ruby-lapack 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 28,552 kB
  • sloc: ansic: 191,612; ruby: 3,934; makefile: 8
file content (33 lines) | stat: -rwxr-xr-x 1,023 bytes parent folder | download | duplicates (5)
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"