cxsc::intmatrix Class Reference

The Data Type intmatrix. More...

#include <intmatrix.hpp>

List of all members.

Public Member Functions

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

Friends

class intmatrix_slice
class intmatrix_subv


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:
Generated on Thu Jun 9 11:22:38 2011 for C-XSC - A C++ Class Library for Extended Scientific Computing by  doxygen 1.4.6