10#ifndef TEUCHOS_TABLE_DECL_HPP 
   11#define TEUCHOS_TABLE_DECL_HPP 
   21  typedef typename std::vector<T>::reference Ref;
 
   22  typedef typename std::vector<T>::const_reference ConstRef;
 
   24  Table(
int ncols_init, 
int nrows_reserve);
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...