|
ROL
|
#include "ROL_Bounds.hpp"#include "ROL_PoissonControl.hpp"#include "ROL_Algorithm.hpp"#include "ROL_PrimalDualActiveSetStep.hpp"#include "ROL_TrustRegionStep.hpp"#include "ROL_StatusTest.hpp"#include "ROL_Types.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_XMLParameterListHelpers.hpp"#include <iostream>#include <algorithm>Go to the source code of this file.
Classes | |
| class | StatusTest_PDAS< Real > |
Macros | |
| #define | USE_HESSVEC 1 |
Typedefs | |
| typedef double | RealT |
Functions | |
| int | main (int argc, char *argv[]) |
| #define USE_HESSVEC 1 |
Definition at line 49 of file poisson-control/example_01.cpp.
| typedef double RealT |
Definition at line 101 of file poisson-control/example_01.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 103 of file poisson-control/example_01.cpp.
1.8.5