All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.epfl.lcvm.mccc.ODEFunctionDNA1ParNative

java.lang.Object
   |
   +----CH.epfl.lcvm.mccc.ODEFunctionBase
           |
           +----CH.epfl.lcvm.mccc.ODEFunctionDNA1ParNative

public class ODEFunctionDNA1ParNative
extends ODEFunctionBase
implements ODEFunctionWithBC
A 14 dimensional hamiltonian ODE for the rod problem called as a native method from a fortran file.


Constructor Index

 o ODEFunctionDNA1ParNative()
Create a default sphere

Method Index

 o call(Matrix, Matrix)
Returns the value of the hamiltonian system for the rod problem at the specified point
 o callBC(Matrix, Matrix, Matrix)
Returns the value of the boundary conditions
 o getNumBC()
Returns the number of boundary conditions
 o main(String[])
Exercise the class by trying the various functions

Constructors

 o ODEFunctionDNA1ParNative
 public ODEFunctionDNA1ParNative()
Create a default sphere

Methods

 o call
 public Matrix call(Matrix input,
                    Matrix parameters)
Returns the value of the hamiltonian system for the rod problem at the specified point

Parameters:
value - the point at which tp call the function
Returns:
the return value of the function.
Overrides:
call in class ODEFunctionBase
 o callBC
 public Matrix callBC(Matrix x0,
                      Matrix x1,
                      Matrix parameters)
Returns the value of the boundary conditions

Parameters:
x0 - The values at s = 0
x1 - The values at s = 1
parameters - the parameters at which to call the function
Returns:
the return value of the function.
 o getNumBC
 public int getNumBC()
Returns the number of boundary conditions

Returns:
the number of parameters.
 o main
 public static void main(String argv[])
Exercise the class by trying the various functions


All Packages  Class Hierarchy  This Package  Previous  Next  Index