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
iceil.f
Go to the documentation of this file.
1
INTEGER
FUNCTION
iceil
( INUM, IDENOM )
2
*
3
* -- ScaLAPACK tools routine (version 1.7) --
4
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
5
* and University of California, Berkeley.
6
* May 1, 1997
7
*
8
* .. Scalar Arguments ..
9
INTEGER
idenom, inum
10
* ..
11
*
12
* Purpose
13
* =======
14
*
15
* ICEIL returns the ceiling of the division of two integers.
16
*
17
* Arguments
18
* =========
19
*
20
* INUM (local input) INTEGER
21
* The numerator,
22
*
23
* IDENOM (local input) INTEGER
24
* and the denominator of the fraction to be evaluated.
25
*
26
* =====================================================================
27
*
28
* .. Executable Statements ..
29
*
30
iceil
= (inum+idenom-1) / idenom
31
*
32
RETURN
33
*
34
* End of ICEIL
35
*
1
INTEGER
FUNCTION
iceil
( INUM, IDENOM )
…
36
END
iceil
integer function iceil(inum, idenom)
Definition
iceil.f:2
TOOLS
iceil.f
Generated on Sun Jan 12 2025 15:58:45 for SCALAPACK by
1.9.8