ClassesClassesClassesClasses | | | | Operators

invert_funct_1dT_invert_funct_1dInvertFunct1dinvert_funct_1dInvertFunct1dInvertFunct1d (Operator)

Name

invert_funct_1dT_invert_funct_1dInvertFunct1dinvert_funct_1dInvertFunct1dInvertFunct1d — Calculate the inverse of a function.

Signature

invert_funct_1d( : : Function : InverseFunction)

Herror T_invert_funct_1d(const Htuple Function, Htuple* InverseFunction)

Herror invert_funct_1d(const HTuple& Function, HTuple* InverseFunction)

HTuple HFunction1D::InvertFunct1d() const

void InvertFunct1d(const HTuple& Function, HTuple* InverseFunction)

HFunction1D HFunction1D::InvertFunct1d() const

void HOperatorSetX.InvertFunct1d(
[in] VARIANT Function, [out] VARIANT* InverseFunction)

IHFunction1DX* HFunction1DX.InvertFunct1d()

static void HOperatorSet.InvertFunct1d(HTuple function, out HTuple inverseFunction)

HFunction1D HFunction1D.InvertFunct1d()

Description

invert_funct_1dinvert_funct_1dInvertFunct1dinvert_funct_1dInvertFunct1dInvertFunct1d calculates the inverse function of the input function FunctionFunctionFunctionFunctionFunctionfunction and returns it in InverseFunctionInverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunction. The function FunctionFunctionFunctionFunctionFunctionfunction must be monotonic. If this is not the case an error message is returned.

Parallelization

Parameters

FunctionFunctionFunctionFunctionFunctionfunction (input_control)  function_1d HFunction1D, HTupleHTupleHFunction1D, HTupleHFunction1DX, VARIANTHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong) (double / Hlong) (double / Hlong)

Input function.

InverseFunctionInverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunction (output_control)  function_1d HFunction1D, HTupleHTupleHFunction1D, HTupleHFunction1DX, VARIANTHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong) (double / Hlong) (double / Hlong)

Inverse of the input function.

Possible Predecessors

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArray

Module

Foundation


ClassesClassesClassesClasses | | | | Operators