Skip to content

Commit

Permalink
rbf: fix documentation of LinearPolynomial
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardolombardi committed Dec 4, 2023
1 parent 5ffafca commit 0a9e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RBF/rbf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class RBFKernel{
/*!
* Linear Polynomial class. A linear multivariate polynomial in function of the
* variables defining the RBF nodes is used to regularize the interpolation
* problem through RBFs. Used only when RBFMode::PARAM is enabled.
* problem through RBFs. It can be used only when RBFMode::INTERP is enabled.
* The LinearPolynomial class derives from ReconstructionPolynomial class
* that is intrisecally defined to work in a three dimensional space.
*/
Expand Down

0 comments on commit 0a9e84e

Please sign in to comment.