File: zladiv

package info (click to toggle)
ruby-lapack 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 28,572 kB
  • sloc: ansic: 191,612; ruby: 3,937; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,028 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
34
35
36
37
--- 
:name: zladiv
:md5sum: 77ac55670f709d4b3ebd8a87ee08a32a
:category: :function
:type: doublecomplex
:arguments: 
- x: 
    :type: doublecomplex
    :intent: input
- y: 
    :type: doublecomplex
    :intent: input
:substitutions: {}

:fortran_help: "      COMPLEX*16     FUNCTION ZLADIV( X, Y )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  ZLADIV := X / Y, where X and Y are complex.  The computation of X / Y\n\
  *  will not overflow on an intermediary step unless the results\n\
  *  overflows.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *\n\
  *  X       (input) COMPLEX*16\n\
  *  Y       (input) COMPLEX*16\n\
  *          The complex scalars X and Y.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n\
  *     .. Local Scalars ..\n      DOUBLE PRECISION   ZI, ZR\n\
  *     ..\n\
  *     .. External Subroutines ..\n      EXTERNAL           DLADIV\n\
  *     ..\n\
  *     .. Intrinsic Functions ..\n      INTRINSIC          DBLE, DCMPLX, DIMAG\n\
  *     ..\n"