org.jcurl.math
Class CurveFkt
java.lang.Object
org.jcurl.math.R1RNFunctionImpl
org.jcurl.math.CurveFkt
- All Implemented Interfaces:
- Serializable, R1RNFunction
public class CurveFkt
- extends R1RNFunctionImpl
A n-dimensional, continuous curve R -> R^n based on
R1R1Functions.
- Version:
- $Id: CurveFkt.java 1031 2009-07-23 15:06:05Z mro $
- Author:
- M. Rohrmoser
- See Also:
R1R1Function,
Serialized Form
|
Method Summary |
double |
at(double t,
int c,
int dim)
Compute the c'th derivative of the given dimension at t. |
String |
toString()
|
CurveFkt
public CurveFkt(R1R1Function[] fkt)
at
public double at(double t,
int c,
int dim)
- Description copied from interface:
R1RNFunction
- Compute the c'th derivative of the given dimension at
t.
- Specified by:
at in interface R1RNFunction- Specified by:
at in class R1RNFunctionImpl
- Parameters:
t - t-valuec - derivative (0=location, 1:speed, ...)dim - dimension (0,1,2,...)
- Returns:
- the c'th derivative at
t
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2009 jcurl.org. All Rights Reserved.