/usr/include/openturns/swig/PenalizedLeastSquaresAlgorithm.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 11 | // SWIG file PenalizedLeastSquaresAlgorithm.i
// Author : $LastChangedBy: schueller $
// Date : $LastChangedDate: 2011-06-30 10:19:34 +0200 (Thu, 30 Jun 2011) $
// Id : $Id: PenalizedLeastSquaresAlgorithm.i 1972 2011-06-30 08:19:34Z schueller $
%{
#include "PenalizedLeastSquaresAlgorithm.hxx"
%}
%include PenalizedLeastSquaresAlgorithm.hxx
namespace OpenTURNS{ namespace Base { namespace Algo { %extend PenalizedLeastSquaresAlgorithm { PenalizedLeastSquaresAlgorithm(const PenalizedLeastSquaresAlgorithm & other) { return new OpenTURNS::Base::Algo::PenalizedLeastSquaresAlgorithm(other); } } }}}
|