derivate_funct_1dT_derivate_funct_1dDerivateFunct1dDerivateFunct1dderivate_funct_1d (算子)

名称

derivate_funct_1dT_derivate_funct_1dDerivateFunct1dDerivateFunct1dderivate_funct_1d — 计算函数的导数。

签名

derivate_funct_1d( : : Function, Mode : Derivative)

Herror T_derivate_funct_1d(const Htuple Function, const Htuple Mode, Htuple* Derivative)

void DerivateFunct1d(const HTuple& Function, const HTuple& Mode, HTuple* Derivative)

HFunction1D HFunction1D::DerivateFunct1d(const HString& Mode) const

HFunction1D HFunction1D::DerivateFunct1d(const char* Mode) const

HFunction1D HFunction1D::DerivateFunct1d(const wchar_t* Mode) const   ( Windows only)

static void HOperatorSet.DerivateFunct1d(HTuple function, HTuple mode, out HTuple derivative)

HFunction1D HFunction1D.DerivateFunct1d(string mode)

def derivate_funct_1d(function: Sequence[Union[float, int]], mode: str) -> Sequence[Union[float, int]]

描述

derivate_funct_1dderivate_funct_1dDerivateFunct1dDerivateFunct1dDerivateFunct1dderivate_funct_1d calculates the derivatives of the function FunctionFunctionFunctionFunctionfunctionfunction up to the second degree. It uses a finite difference approximation of order O(h^2). The derivative is also a function with the same sampling points as FunctionFunctionFunctionFunctionfunctionfunction. With the parameter ModeModeModeModemodemode, 'first'"first""first""first""first""first" and 'second'"second""second""second""second""second" derivatives can be selected.

执行信息

参数

FunctionFunctionFunctionFunctionfunctionfunction (输入控制)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input function

ModeModeModeModemodemode (输入控制)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Type of derivative

默认值: 'first' "first" "first" "first" "first" "first"

值列表: 'first'"first""first""first""first""first", 'second'"second""second""second""second""second"

DerivativeDerivativeDerivativeDerivativederivativederivative (输出控制)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Derivative of the input function

可能的前趋

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array, smooth_funct_1d_gausssmooth_funct_1d_gaussSmoothFunct1dGaussSmoothFunct1dGaussSmoothFunct1dGausssmooth_funct_1d_gauss, smooth_funct_1d_meansmooth_funct_1d_meanSmoothFunct1dMeanSmoothFunct1dMeanSmoothFunct1dMeansmooth_funct_1d_mean

模块

基础