ROL
Macros | Typedefs | Functions
test_06.cpp File Reference

Test line search. More...

#include "ROL_GetTestProblems.hpp"
#include "ROL_OptimizationSolver.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>

Go to the source code of this file.

Macros

#define USE_HESSVEC   0
 

Typedefs

typedef double RealT
 

Functions

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

Detailed Description

Test line search.

Definition in file step/test_06.cpp.

Macro Definition Documentation

◆ USE_HESSVEC

#define USE_HESSVEC   0

Definition at line 48 of file step/test_06.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 58 of file step/test_06.cpp.

Function Documentation

◆ main()

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