Skip to content

Commit

Permalink
Implement FunctionalChaosValidation and LinearModelValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed May 1, 2024
1 parent 606c98a commit afd6d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include "openturns/OSS.hxx"
#include "openturns/PersistentObjectFactory.hxx"
#include "openturns/FunctionalChaosValidation.hxx"
#include "openturns/LeastSquaresMethod.hxx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
#include "openturns/OSS.hxx"
#include "openturns/PersistentObjectFactory.hxx"
#include "openturns/LinearModelValidation.hxx"
#include "openturns/ResourceMap.hxx"
Expand Down

0 comments on commit afd6d0d

Please sign in to comment.