C-XSC - A C++ Class Library for Extended Scientific Computing  2.5.4
cxsc::intmatrix Class Reference

The Data Type intmatrix. More...

#include <intmatrix.hpp>

Collaboration diagram for cxsc::intmatrix:
Collaboration graph

Public Member Functions

 intmatrix (const intmatrix &rm) throw ()
 Constructor of class intmatrix.
 
 intmatrix (const intmatrix_slice &rm) throw ()
 Constructor of class intmatrix.
 
 intmatrix () throw ()
 Constructor of class intmatrix.
 
 intmatrix (const int &m, const int &n) throw ()
 Constructor of class intmatrix.
 
 intmatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw ()
 Constructor of class intmatrix.
 
 intmatrix (const intvector &v) throw ()
 Constructor of class intmatrix.
 
 intmatrix (const intvector_slice &v) throw ()
 Constructor of class intmatrix.
 
 intmatrix (const int &r) throw ()
 Constructor of class intmatrix.
 
intmatrixoperator() () throw ()
 Operator for accessing the whole matrix.
 
intmatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
 
intmatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw ()
 Operator for accessing a part of the matrix.
 
intmatrixoperator= (const int &r) throw ()
 Implementation of standard assigning operator.
 
intmatrixoperator= (const intmatrix &m) throw ()
 Implementation of standard assigning operator.
 
intmatrixoperator= (const intmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
 
intmatrixoperator= (const intvector &v) throw ()
 Implementation of standard assigning operator.
 
intmatrixoperator= (const intvector_slice &v) throw ()
 Implementation of standard assigning operator.
 
intmatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
 
intmatrix_subv operator[] (const cxscmatrix_column &i) const throw ()
 Operator for accessing a single column of the matrix.
 

Detailed Description

The Data Type intmatrix.

See also
rmatrix

Definition at line 313 of file intmatrix.hpp.


The documentation for this class was generated from the following files: