JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Q
qpMaxLoop
- Variable in class HipparchusExtension.
SQPOption
Max iteration admitted for QP subprobleam evaluation.
QPOptimizer
- Class in
HipparchusExtension
Quadratic programming Optimizater.
QPOptimizer()
- Constructor for class HipparchusExtension.
QPOptimizer
QuadraticFunction
- Class in
HipparchusExtension
Given A, b, c, implements 0.5*(x^T)A(x) + b.x + c; The gradient is A(x) + b, and the Hessian is A
QuadraticFunction(RealMatrix, RealVector, double)
- Constructor for class HipparchusExtension.
QuadraticFunction
Construct quadratic function 0.5*(x^T)A(x) + b.x + c
QuadraticFunction(double[][], double[], double)
- Constructor for class HipparchusExtension.
QuadraticFunction
Construct quadratic function 0.5*(x^T)A(x) + b.x + c
A
B
C
D
E
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes