public class SegmentBasisFlexureConstraint
extends java.lang.Object
| Constructor and Description |
|---|
SegmentBasisFlexureConstraint(double[] adblResponseBasisCoeffWeight,
double dblConstraintValue)
SegmentBasisFlexureConstraint constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
contraintValue()
Retrieve the Constraint Value
|
double[] |
responseBasisCoeffWeights()
Retrieve the Array of the Response Basis Coefficient Weights
|
public SegmentBasisFlexureConstraint(double[] adblResponseBasisCoeffWeight,
double dblConstraintValue)
throws java.lang.Exception
adblResponseBasisCoeffWeight - The Weight for each of the Coefficients in the Basis Function SetdblConstraintValue - The Constraint Valuejava.lang.Exception - Thrown if the inputs are invalidpublic double[] responseBasisCoeffWeights()
public double contraintValue()