Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
JMATH::JMatrixND_t Struct Reference

Type definition of a NxN matrix. More...

#include <JMatrixND.hh>

Inheritance diagram for JMATH::JMatrixND_t:
std::vector< std::vector< double > > JMATH::JMatrixND JMATH::JMatrixND::JMatrixHelper JMATH::JMatrixNS JFIT::JMatrixNZ

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
 

Detailed Description

Type definition of a NxN matrix.

Definition at line 40 of file JMatrixND.hh.

Member Typedef Documentation

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.

Definition at line 50 of file JMatrixND.hh.


The documentation for this struct was generated from the following file: