ROL
test_01.cpp File Reference

Test std::vector interface. More...

#include "ROL_StdVector.hpp"
#include "ROL_Types.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>

Go to the source code of this file.

Typedefs

typedef double ElementT

Functions

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

Detailed Description

Test std::vector interface.

Definition in file vector/test_01.cpp.

Typedef Documentation

◆ ElementT

typedef double ElementT

Definition at line 22 of file vector/test_01.cpp.

Function Documentation

◆ main()