meshi.optimizers
Class LBFGS.Element

java.lang.Object
  extended by meshi.optimizers.LBFGS.Element
Enclosing class:
LBFGS

private class LBFGS.Element
extends java.lang.Object


Field Summary
(package private)  double curv
           
(package private)  double[] S
           
(package private)  double[] Y
           
 
Constructor Summary
private LBFGS.Element()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Y

double[] Y

S

double[] S

curv

double curv
Constructor Detail

LBFGS.Element

private LBFGS.Element()