org.jcurl.math
Class CurveFkt

Package class diagram package CurveFkt
java.lang.Object
  extended by org.jcurl.math.R1RNFunctionImpl
      extended by 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

Constructor Summary
CurveFkt(R1R1Function[] fkt)
           
 
Method Summary
 double at(double t, int c, int dim)
          Compute the c'th derivative of the given dimension at t.
 String toString()
           
 
Methods inherited from class org.jcurl.math.R1RNFunctionImpl
at, at, dim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurveFkt

public CurveFkt(R1R1Function[] fkt)
Method Detail

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-value
c - 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.