ROL
|
#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 double RealT |
Definition at line 60 of file vector/test_03.cpp.
Real norm_sum | ( | const MultiVector< Real > & | A | ) |
Definition at line 69 of file vector/test_03.cpp.
References ROL::MultiVector< Real >::getNumberOfVectors(), and ROL::MultiVector< Real >::norms().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 81 of file vector/test_03.cpp.
References norm_sum().