ROL
Typedefs | Functions
vector/test_03.cpp File Reference
#include "ROL_MultiVectorDefault.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Types.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iomanip>
#include <iostream>

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

template<class Real >
Real norm_sum (const MultiVector< Real > &A)
 
int main (int argc, char *argv[])
 

Typedef Documentation

typedef double RealT

Definition at line 60 of file vector/test_03.cpp.

Function Documentation

template<class Real >
Real norm_sum ( const MultiVector< Real > &  A)
int main ( int  argc,
char *  argv[] 
)

Definition at line 81 of file vector/test_03.cpp.

References norm_sum().