Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MinConGenLin.Gradient
Public interface for the user-supplied function to compute the gradient.
|
Constructor and Description |
---|
MinConGenLin(MinConGenLin.Function fcn,
int nvar,
int ncon,
int neq,
double[] a,
double[] b,
double[] lowerBound,
double[] upperBound)
Constructor for
MinConGenLin . |
Copyright © 2020 Rogue Wave Software. All rights reserved.