File: ilauplo

package info (click to toggle)
ruby-lapack 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 28,572 kB
  • sloc: ansic: 191,612; ruby: 3,937; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 933 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
--- 
:name: ilauplo
:md5sum: 5876dad692d4c40d99a08273d8c014f9
:category: :function
:type: integer
:arguments: 
- uplo: 
    :type: char
    :intent: input
:substitutions: {}

:fortran_help: "      INTEGER FUNCTION ILAUPLO( UPLO )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  This subroutine translated from a character string specifying a\n\
  *  upper- or lower-triangular matrix to the relevant BLAST-specified\n\
  *  integer constant.\n\
  *\n\
  *  ILAUPLO returns an INTEGER.  If ILAUPLO < 0, then the input is not\n\
  *  a character indicating an upper- or lower-triangular matrix.\n\
  *  Otherwise ILAUPLO returns the constant value corresponding to UPLO.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *  UPLO    (input) CHARACTER\n\
  *          = 'U':  A is upper triangular;\n\
  *          = 'L':  A is lower triangular.\n\n\
  *  =====================================================================\n\
  *\n"