/usr/include/openturns/swig/HMatrixParameters_doc.i is in libopenturns-dev 1.7-3.
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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | %define OT_HMatrixParameters_doc
"Parameters for HMatrix class.
Notes
-----
This class regroups the parameters used by :class:`~openturns.HMatrix`
"
%enddef
%feature("docstring") OT::HMatrixParameters
OT_HMatrixParameters_doc
// ---------------------------------------------------------------------
%define OT_HMatrixParameters_getAssemblyEpsilon_doc
"Return the epsilon used for the assembly.
Returns
-------
epsilon : float
assembly epsilon for HMatrix.
"
%enddef
%feature("docstring") OT::HMatrixParameters::getAssemblyEpsilon
OT_HMatrixParameters_getAssemblyEpsilon_doc
// ---------------------------------------------------------------------
%define OT_HMatrixParameters_setAssemblyEpsilon_doc
"Set the epsilon used for the assembly.
Parameters
----------
epsilon : float
assembly epsilon for HMatrix.
"
%enddef
%feature("docstring") OT::HMatrixParameters::setAssemblyEpsilon
OT_HMatrixParameters_setAssemblyEpsilon_doc
// ---------------------------------------------------------------------
%define OT_HMatrixParameters_getRecompressionEpsilon_doc
"Return the epsilon used for the recompression.
Returns
-------
epsilon : float
recompression epsilon for HMatrix.
"
%enddef
%feature("docstring") OT::HMatrixParameters::getRecompressionEpsilon
OT_HMatrixParameters_getRecompressionEpsilon_doc
// ---------------------------------------------------------------------
%define OT_HMatrixParameters_setRecompressionEpsilon_doc
"Set the epsilon used for the recompression.
Parameters
----------
epsilon : float
recompression epsilon for HMatrix.
"
%enddef
%feature("docstring") OT::HMatrixParameters::setRecompressionEpsilon
OT_HMatrixParameters_setRecompressionEpsilon_doc
// ---------------------------------------------------------------------
|