FunctionDescriptors

scalation.optimization.quasi_newtonC.FunctionDescriptors

The FunctionDescriptors object provides a set of FunctionDescriptors values to model each function contained in the L-BFGS C library.

Used by the LBFGS_FFM object when constructing a MethodHandle to access a desired function from the L-BFGS C library shared object.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val LBFGS_EVALUATE_FUNCTION_DESCRIPTOR: FunctionDescriptor
val LBFGS_FREE_FUNCTION_DESCRIPTOR: FunctionDescriptor
val LBFGS_MAIN_FUNCTION_DESCRIPTOR: FunctionDescriptor
val LBFGS_MALLOC_FUNCTION_DESCRIPTOR: FunctionDescriptor
val LBFGS_PROGRESS_FUNCTION_DESCRIPTOR: FunctionDescriptor
val LBFGS_STRERROR_FUNCTION_DESCRIPTOR: FunctionDescriptor