Changeset 1015

Show
Ignore:
Timestamp:
11/17/08 17:38:29 (2 months ago)
Author:
saassouh
Message:

Added t_OrthogonalBasis_std.py and t_OrthogonalProductPolynomialFactory_std.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/chaos/doc/src/ReferenceGuide/Makefile.am

    r862 r1015  
    6969        docref_SurfRep_LeastSquare.tex \ 
    7070        docref_SurfRep_Polynome.tex \ 
     71        docref_SurfRep_FunctionalChaos.tex \ 
     72        docref_SurfRep_PolynomialChaos.tex \ 
    7173        docref_SurfRep_Taylor.tex \ 
    7274        global_methodology_content.tex \ 
  • branches/chaos/doc/src/ReferenceGuide/reference_guide_content.tex

    r1002 r1015  
    344344\newpage 
    345345\input{docref_SurfRep_LeastSquare} 
     346\newpage 
     347\input{docref_SurfRep_FunctionalChaos} 
     348\newpage 
     349\input{docref_SurfRep_PolynomialChaos} 
     350 
  • branches/chaos/lib/include/OTconfig.h.in

    r1002 r1015  
    133133#undef HAVE__BOOL 
    134134 
     135/* Define to the sub-directory in which libtool stores uninstalled libraries. 
     136   */ 
     137#undef LT_OBJDIR 
     138 
    135139/* Define to the name that anonymous objects should have. */ 
    136140#undef OBJECT_DEFAULT_NAME 
  • branches/chaos/lib/test/t_StandardSpaceImportanceSampling_std.cxx

    r932 r1015  
    8383    /* The second parameter is an event */ 
    8484    /* The third parameter is a starting point for the design point research */ 
    85     FORM myAlgo(Cobyla(), myEvent, mean); 
     85    Cobyla myCobyla; 
     86    FORM myAlgo(myCobyla, myEvent, mean); 
    8687 
    8788    /* Perform the simulation */ 
  • branches/chaos/python/test/Makefile.am

    r1002 r1015  
    443443PYTHONINSTALLCHECK_PROGS += t_LaguerreFactory_std.py 
    444444PYTHONINSTALLCHECK_PROGS += t_LegendreFactory_std.py 
     445PYTHONINSTALLCHECK_PROGS += t_OrthogonalBasis_std.py 
     446PYTHONINSTALLCHECK_PROGS += t_OrthogonalProductPolynomialFactory_std.py 
     447 
    445448 
    446449## QuadraticCumul