ROL
Typedefs | Functions
example_01b.cpp File Reference

An example combining ROL and Sacado to mimize the Zakharov function. The gradient and the action of the Hessian on a given vector are computed by Sacado using automatic differentiation. More...

#include <iostream>
#include "ROL_Algorithm.hpp"
#include "ROL_LineSearchStep.hpp"
#include "ROL_StatusTest.hpp"
#include "ROL_ParameterList.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "example_01b.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

int main (int argc, char **argv)
 

Detailed Description

An example combining ROL and Sacado to mimize the Zakharov function. The gradient and the action of the Hessian on a given vector are computed by Sacado using automatic differentiation.

Author
Created by Denis Ridzal.

Definition in file example_01b.cpp.

Typedef Documentation

typedef double RealT

Definition at line 66 of file example_01b.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)