Serialized Form
-
Package jromp.parallel.var
-
Class jromp.parallel.var.FirstPrivateVariable
class FirstPrivateVariable extends Object implements Serializable-
Serialized Fields
-
initialValue
T extends Serializable initialValue
The initial value of the variable. -
value
T extends Serializable value
The value of the variable.
-
-
-
Class jromp.parallel.var.LastPrivateVariable
class LastPrivateVariable extends Object implements Serializable-
Serialized Fields
-
lastValue
T extends Serializable lastValue
The last value set. -
value
T extends Serializable value
The value of the variable.
-
-
-
Class jromp.parallel.var.PrivateVariable
class PrivateVariable extends Object implements Serializable-
Serialized Fields
-
value
T extends Serializable value
The value of the variable.
-
-
-
Class jromp.parallel.var.ReductionVariable
class ReductionVariable extends Object implements Serializable-
Serialized Fields
-
initialValue
T extends Serializable initialValue
The initial value of the reduction variable. -
merged
boolean merged
Indicates whether the reduction variable has been merged. -
privateVariables
List<PrivateVariable<T extends Serializable>> privateVariables
The private variables that are used to reduce the result. -
result
PrivateVariable<T extends Serializable> result
The result of the reduction operation.
-
-
-