/usr/include/openturns/swig/BaseFuncTemplateDefs.i is in libopenturns-dev 0.15-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | // SWIG file BaseFuncTemplateDefs.i
// Author : $LastChangedBy: dutka $
// Date : $LastChangedDate: 2011-01-12 12:25:16 +0100 (Wed, 12 Jan 2011) $
// Id : $Id: BaseFuncTemplateDefs.i 1689 2011-01-12 11:25:16Z dutka $
%template(NumericalMathEvaluationImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Base::Func::NumericalMathEvaluationImplementation>;
%template(NumericalMathFunctionImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Base::Func::NumericalMathFunctionImplementation>;
%template(NumericalMathGradientImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Base::Func::NumericalMathGradientImplementation>;
%template(NumericalMathHessianImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Base::Func::NumericalMathHessianImplementation>;
%template(UniVariatePolynomialImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Base::Func::UniVariatePolynomialImplementation>;
|