ROL
Typedefs | Functions
test_11.cpp File Reference

Verify that the implementation of the Coleman-Li Trust-Region model passes derivative checks. More...

#include "ROL_ColemanLiModel.hpp"
#include "ROL_HS2.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

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

Detailed Description

Verify that the implementation of the Coleman-Li Trust-Region model passes derivative checks.

Definition in file function/test_11.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 57 of file function/test_11.cpp.

Function Documentation

◆ main()

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