public class FunctionSet
extends java.lang.Object
Constructor and Description |
---|
FunctionSet(R1ToR1[] aAUResponseBasis) |
Modifier and Type | Method and Description |
---|---|
R1ToR1 |
indexedBasisFunction(int iBasisIndex)
Retrieve the Basis Function identified by the specified Index
|
int |
numBasis()
Retrieve the Number of Basis Functions
|
public FunctionSet(R1ToR1[] aAUResponseBasis) throws java.lang.Exception
aAUResponseBasis
- Array of the Basis Function Setjava.lang.Exception
- Thrown if Inputs are invalidpublic int numBasis()
public R1ToR1 indexedBasisFunction(int iBasisIndex)
iBasisIndex
- The Basis Function Index