Jpp
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

◆ matrix_type

Definition at line 44 of file JMatrixND.hh.

◆ const_row_type

typedef matrix_type::const_iterator JMATH::JMatrixND_t::const_row_type

Definition at line 46 of file JMatrixND.hh.

◆ const_col_type

typedef std::vector<double>::const_iterator JMATH::JMatrixND_t::const_col_type

Definition at line 47 of file JMatrixND.hh.

◆ row_type

typedef matrix_type::iterator JMATH::JMatrixND_t::row_type

Definition at line 49 of file JMatrixND.hh.

◆ col_type

Definition at line 50 of file JMatrixND.hh.


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