SCALAPACK
2.2.2
LAPACK: Linear Algebra PACKage
Toggle main menu visibility
Main Page
Data Types
Data Types List
Data Type Index
Data Fields
All
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
z
Files
File List
File Members
All
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions/Subroutines
!
a
b
c
d
f
g
i
j
k
l
m
n
p
r
s
t
x
z
Variables
Typedefs
a
b
c
f
g
h
m
s
t
v
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Macros
Loading...
Searching...
No Matches
◆
dasqrtb()
subroutine dasqrtb
(
double precision
a
,
double precision
b
,
double precision
c
)
Definition at line
1
of file
dasqrtb.f
.
2
*
3
* -- PBLAS auxiliary routine (version 2.0) --
4
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
5
* and University of California, Berkeley.
6
* April 1, 1998
7
*
8
* .. Scalar Arguments ..
9
DOUBLE PRECISION
A, B, C
10
* ..
11
*
12
* Purpose
13
* =======
14
*
15
* DASQRTB computes c := a * sqrt( b ) where a, b and c are scalars.
16
*
17
* Arguments
18
* =========
19
*
20
* A (input) DOUBLE PRECISION
21
* On entry, A specifies the scalar a.
22
*
23
* B (input) DOUBLE PRECISION
24
* On entry, B specifies the scalar b.
25
*
26
* C (output) DOUBLE PRECISION
27
* On entry, C specifies the scalar c. On exit, c is overwritten
28
* by the product of a and the square root of b.
29
*
30
* -- Written on April 1, 1998 by
31
* Antoine Petitet, University of Tennessee, Knoxville 37996, USA.
32
*
33
* =====================================================================
34
*
35
* .. Intrinsic Functions ..
36
INTRINSIC
sqrt
37
* ..
38
* .. Executable Statements ..
39
*
40
c = a * sqrt( b )
41
*
42
RETURN
43
*
44
* End of DASQRTB
45
*
PBLAS
SRC
PTZBLAS
dasqrtb.f
Generated on Sun Jan 12 2025 15:58:50 for SCALAPACK by
1.9.8