#include <util.h>
Public Types | |
| 
typedef  boost::numeric::ublas::matrix < double, boost::numeric::ublas::row_major >  | value_t | 
| 
typedef std::map< std::string,  size_t >  | colnames_t | 
Public Member Functions | |
| void | read (std::istream &) | 
Public Attributes | |
| colnames_t | colnames | 
| value_t | table | 
Parse a file containing a single table of numeric values w/ optional column headers
 1.8.8