50 namespace ArrayUnitTestHelpers {
 
   61   for( 
int i = 0; i < n_in; ++i )
 
Teuchos::Array< T > generateArray(const int n_in)
 
TypeTo as(const TypeFrom &t)
Convert from one value type to another. 
 
Templated array class derived from the STL std::vector. 
 
Definition of Teuchos::as, for conversions between types. 
 
Replacement for std::vector that is compatible with the Teuchos Memory Management classes...