ClassesClasses | | Operators

invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1d (Operator)

Name

invert_funct_1dT_invert_funct_1dInvertFunct1dInvertFunct1d — Calculate the inverse of a function.

Signature

invert_funct_1d( : : Function : InverseFunction)

Herror T_invert_funct_1d(const Htuple Function, Htuple* InverseFunction)

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

HFunction1D HFunction1D::InvertFunct1d() const

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

HFunction1D HFunction1D.InvertFunct1d()

Description

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

Execution Information

Parameters

FunctionFunctionFunctionFunctionfunction (input_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input function.

InverseFunctionInverseFunctionInverseFunctionInverseFunctioninverseFunction (output_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Inverse of the input function.

Possible Predecessors

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray

Module

Foundation


ClassesClasses | | Operators