1#ifndef TEUCHOS_TABLE_DECL_HPP
2#define TEUCHOS_TABLE_DECL_HPP
12 typedef typename std::vector<T>::reference Ref;
13 typedef typename std::vector<T>::const_reference ConstRef;
15 Table(
int ncols_init,
int nrows_reserve);
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...