NLFitSession::SetParamShare

Description

To set parameter share.

Syntax

bool SetParamShare(int nParam, bool bShare = true)

Parameters

nParam
[input] the index of parameter
bShare
[input] true to set share, false to cancal share

Return

return ture if set share successfully, else return false.

Examples

EX1

Please refer to the example in Examples::Fit on multiple datasets with one function, parameters shared

Remark

See Also

SetParamFix

Header to Include

Originlab\NLFitSession.h