All Packages Class Hierarchy This Package Previous Next Index
Class CH.epfl.lcvm.mccc.ODEFunctionDNA6ParNative
java.lang.Object
|
+----CH.epfl.lcvm.mccc.ODEFunctionBase
|
+----CH.epfl.lcvm.mccc.ODEFunctionDNA6ParNative
- public class ODEFunctionDNA6ParNative
- extends ODEFunctionBase
- implements ODEFunctionWithBC
A 14 dimensional hamiltonian ODE for the rod problem called as
a native method from a fortran file.
-
ODEFunctionDNA6ParNative()
- Create a default sphere
-
call(Matrix, Matrix)
-
Returns the value of
the hamiltonian system for the rod problem
at the specified point
-
callBC(Matrix, Matrix, Matrix)
- Returns the value of the boundary conditions
-
getNumBC()
- Returns the number of boundary conditions
-
main(String[])
-
Exercise the class by trying the various functions
ODEFunctionDNA6ParNative
public ODEFunctionDNA6ParNative()
- Create a default sphere
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
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.
getNumBC
public int getNumBC()
- Returns the number of boundary conditions
- Returns:
- the number of parameters.
main
public static void main(String argv[])
- Exercise the class by trying the various functions
All Packages Class Hierarchy This Package Previous Next Index