public abstract class MultiUniFunction extends AbstractFunction
rangeDimension| Constructor and Description |
|---|
MultiUniFunction() |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
getValueAt(DblMatrix[] X) |
DblMatrix |
getValueAt(double X) |
DblMatrix |
getValueAt(int X) |
void |
plotOver(DblMatrix X)
Eventually this will plot the data once we get some graphics going.
|
domainDimension, getValueAt, plotOver, rangeDimensionpublic void plotOver(DblMatrix X)
plotOver in class AbstractFunctionpublic DblMatrix getValueAt(DblMatrix[] X)
getValueAt in class AbstractFunctionpublic DblMatrix getValueAt(int X)
public DblMatrix getValueAt(double X)
Copyright © 2011, 2013. Daniel P. Dougherty