public abstract class UniUniFunction extends AbstractFunction
Constructor and Description |
---|
UniUniFunction() |
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, rangeDimension
public void plotOver(DblMatrix X)
plotOver
in class AbstractFunction
public DblMatrix getValueAt(DblMatrix[] X)
getValueAt
in class AbstractFunction
public DblMatrix getValueAt(int X)
public DblMatrix getValueAt(double X)
Copyright © 2011, 2013. Daniel P. Dougherty