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