| Jpp
    | 
Type definition of a NxN matrix. More...
#include <JMatrixND.hh>
 
  
| Public Types | |
| typedef std::vector< std::vector< double > > | matrix_type | 
| typedef matrix_type::const_iterator | const_row_type | 
| typedef std::vector< double >::const_iterator | const_col_type | 
| typedef matrix_type::iterator | row_type | 
| typedef std::vector< double >::iterator | col_type | 
Type definition of a NxN matrix.
Definition at line 40 of file JMatrixND.hh.
| typedef std::vector< std::vector<double> > JMATH::JMatrixND_t::matrix_type | 
Definition at line 44 of file JMatrixND.hh.
| typedef matrix_type::const_iterator JMATH::JMatrixND_t::const_row_type | 
Definition at line 46 of file JMatrixND.hh.
| typedef std::vector<double>::const_iterator JMATH::JMatrixND_t::const_col_type | 
Definition at line 47 of file JMatrixND.hh.
| typedef matrix_type::iterator JMATH::JMatrixND_t::row_type | 
Definition at line 49 of file JMatrixND.hh.
| typedef std::vector<double>::iterator JMATH::JMatrixND_t::col_type | 
Definition at line 50 of file JMatrixND.hh.
 1.8.16
 1.8.16