ROL
Macros | Typedefs | Functions
example_01.cpp File Reference

Shows how to minimize Rosenbrock's function using Newton-Krylov. More...

#include "ROL_Rosenbrock.hpp"
#include "ROL_LineSearchStep.hpp"
#include "ROL_Algorithm.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>

Go to the source code of this file.

Macros

#define USE_HESSVEC   1
 

Typedefs

typedef double RealT
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Shows how to minimize Rosenbrock's function using Newton-Krylov.

Definition in file example_01.cpp.