mirror of https://github.com/CGAL/cgal
backport commit in tex file from master into doxygen
This commit is contained in:
parent
efc7379592
commit
991561878f
|
|
@ -12,9 +12,8 @@ The results are stored in an instance of the nested class `Monge_form`,
|
|||
the particular information returned depending on the degrees specified
|
||||
for the polynomial fitting and for the Monge form.
|
||||
|
||||
The default for the template `LocalKernel` is
|
||||
`Cartesian<double>` and the default for `SvdTraits` is `Eigen_svd` if `CGAL_EIGEN3_ENABLED`
|
||||
is defined.
|
||||
If `CGAL_EIGEN3_ENABLED` is defined, `LocalKernel` and `SvdTraits`
|
||||
template parameters have defaults, `Cartesian<double>` and `Eigen_svd` respectively.
|
||||
|
||||
\tparam DataKernel provides the geometric classes and tools
|
||||
corresponding to the input points, and also members of the
|
||||
|
|
|
|||
Loading…
Reference in New Issue