Collaboration diagram for MFAlgebraicMF:
Functions | |
MFImplicitMF | MFIMFCreateAlgebraicExpressionWithRadius (char *vars, char *expression, double R, MFErrorHandler e) |
Create an algebraic system of nonlinear equations from an expression in a string. This uses the ExpCmp utility which is pert of multifario. | |
MFImplicitMF | MFIMFCreateAlgebraicExpression (char *vars, char *expression, MFErrorHandler e) |
Create an algebraic system of nonlinear equations from an expression in a string. This uses the ExpCmp utility which is pert of multifario. | |
MFImplicitMF | MFIMFCreateAlgebraicSubroutine (int n, int k, void(*F)(int *, double *, int *, double *), void(*dF)(int *, double *, int *, double *), MFErrorHandler e) |
This constructor creates a nonlinear set of equations defined by the subroutine F. | |
MFImplicitMF | MFIMFCreateAlgebraicSubroutineWithRadius (int n, int k, void(*F)(int *, double *, int *, double *), void(*dF)(int *, double *, int *, double *), double R, MFErrorHandler e) |
This constructor is exactly the same as calling MFIMFCreateAlgebraicSiubroutine and then MFIMFSetR. |
|
Create an algebraic system of nonlinear equations from an expression in a string. This uses the ExpCmp utility which is pert of multifario.
|
|
Create an algebraic system of nonlinear equations from an expression in a string. This uses the ExpCmp utility which is pert of multifario.
|
|
This constructor creates a nonlinear set of equations defined by the subroutine F.
|
|
This constructor is exactly the same as calling MFIMFCreateAlgebraicSiubroutine and then MFIMFSetR.
|