forked from openturns/openturns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MetaModelValidation_doc.i.in. Draft of Python interface.
- Loading branch information
Showing
3 changed files
with
95 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// SWIG file FunctionalChaosValidation.i | ||
|
||
%{ | ||
#include "openturns/FunctionalChaosValidation.hxx" | ||
%} | ||
|
||
%include FunctionalChaosValidation.i | ||
|
||
%include openturns/FunctionalChaosValidation.hxx | ||
|
||
namespace OT {%extend FunctionalChaosValidation {FunctionalChaosValidation(const FunctionalChaosValidation & other){return new OT::FunctionalChaosValidation(other);}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// SWIG file LinearModelValidation.i | ||
|
||
%{ | ||
#include "openturns/LinearModelValidation.hxx" | ||
%} | ||
|
||
%include LinearModelValidation.i | ||
|
||
%include openturns/LinearModelValidation.hxx | ||
|
||
namespace OT {%extend LinearModelValidation {LinearModelValidation(const LinearModelValidation & other){return new OT::LinearModelValidation(other);}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters