Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
O
P
Q
R
S
U
V
A
AdditiveFunctionAssembler
- Class in
edu.stanford.rsl.jpop
Implements an additive FunctionAssembler meaning that it computes the sum element by element of each block result.
AdditiveFunctionAssembler()
- Constructor for class edu.stanford.rsl.jpop.
AdditiveFunctionAssembler
assembleEvaluationBlocks(double[])
- Method in class edu.stanford.rsl.jpop.
AdditiveFunctionAssembler
assembleEvaluationBlocks(double[])
- Method in interface edu.stanford.rsl.jpop.
FunctionAssembler
This method is provided with an array of block results and assembles them into a single function evaluation result.
assembleGradientBlocks(double[][])
- Method in class edu.stanford.rsl.jpop.
AdditiveFunctionAssembler
assembleGradientBlocks(double[][])
- Method in interface edu.stanford.rsl.jpop.
FunctionAssembler
This method is provided with an array of gradients which were obtained by the different processing blocks.
assembleHessianBlocks(double[][][])
- Method in class edu.stanford.rsl.jpop.
AdditiveFunctionAssembler
assembleHessianBlocks(double[][][])
- Method in interface edu.stanford.rsl.jpop.
FunctionAssembler
This method is provided with an array of hessians as computed fron the parallel procesing blocks.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
M
O
P
Q
R
S
U
V