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

The Data Type imatrix. More...

#include <imatrix.hpp>

List of all members.

Public Member Functions

 imatrix (const imatrix &rm) throw ()
 Constructor of class imatrix.
 imatrix (const imatrix_slice &rm) throw ()
 Constructor of class imatrix.
 imatrix (const simatrix &rm)
 Constructor of class imatrix.
 imatrix (const simatrix_slice &rm)
 Constructor of class imatrix.
 imatrix () throw ()
 Constructor of class imatrix.
 imatrix (const int &m, const int &n) throw ()
 Constructor of class imatrix.
 imatrix (const int &m1, const int &n1, const int &m2, const int &n2) throw ()
 Constructor of class imatrix.
 imatrix (const ivector &v) throw ()
 Constructor of class imatrix.
 imatrix (const ivector_slice &v) throw ()
 Constructor of class imatrix.
 imatrix (const interval &r) throw ()
 Constructor of class imatrix.
 imatrix (const real &r) throw ()
 Constructor of class imatrix.
 imatrix (const rmatrix &rm) throw ()
 Constructor of class imatrix.
 imatrix (const rmatrix_slice &rm) throw ()
 Constructor of class imatrix.
 imatrix (const srmatrix &rm)
 Constructor of class imatrix.
 imatrix (const srmatrix_slice &rm)
 Constructor of class imatrix.
 imatrix (const rvector &v) throw ()
 Constructor of class imatrix.
 imatrix (const rvector_slice &v) throw ()
 Constructor of class imatrix.
imatrixoperator&= (const simatrix &)
 Implementation of intersection and assignment operator.
imatrixoperator&= (const simatrix_slice &)
 Implementation of intersection and assignment operator.
imatrixoperator&= (const srmatrix &)
 Implementation of intersection and assignment operator.
imatrixoperator&= (const srmatrix_slice &)
 Implementation of intersection and assignment operator.
imatrix operator() (const intvector &p, const intvector &q)
 Computes permutation of matrix according to permutation vectors, C=PAQ.
imatrix operator() (const intmatrix &P, const intmatrix &Q)
 Computes permutation of matrix according to permutation matrices, C=PAQ.
imatrix operator() (const intvector &p)
 Computes permutation of matrix according to permutation vector, C=PA.
imatrix operator() (const intmatrix &P)
 Computes permutation of matrix according to permutation matrix, C=PAQ.
imatrixoperator() () throw ()
 Operator for accessing the whole matrix.
imatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
imatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw ()
 Operator for accessing a part of the matrix.
imatrixoperator*= (const simatrix &)
 Implementation of product and assignment operator.
imatrixoperator*= (const simatrix_slice &)
 Implementation of product and assignment operator.
imatrixoperator*= (const srmatrix &)
 Implementation of product and assignment operator.
imatrixoperator*= (const srmatrix_slice &)
 Implementation of product and assignment operator.
imatrixoperator+= (const simatrix &)
 Implementation of addition and assignment operator.
imatrixoperator+= (const simatrix_slice &)
 Implementation of addition and assignment operator.
imatrixoperator+= (const srmatrix &)
 Implementation of addition and assignment operator.
imatrixoperator+= (const srmatrix_slice &)
 Implementation of addition and assignment operator.
imatrixoperator-= (const simatrix &)
 Implementation of substraction and assignment operator.
imatrixoperator-= (const simatrix_slice &)
 Implementation of substraction and assignment operator.
imatrixoperator-= (const srmatrix &)
 Implementation of substraction and assignment operator.
imatrixoperator-= (const srmatrix_slice &)
 Implementation of substraction and assignment operator.
imatrixoperator= (const interval &r) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const imatrix &m) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const imatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const simatrix &m)
 Implementation of standard assigning operator.
imatrixoperator= (const simatrix_slice &ms)
 Implementation of standard assigning operator.
imatrixoperator= (const ivector &v) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const ivector_slice &v) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const srmatrix &m)
 Implementation of standard assigning operator.
imatrixoperator= (const srmatrix_slice &ms)
 Implementation of standard assigning operator.
imatrixoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
imatrixoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
imatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
imatrix_subv operator[] (const cxscmatrix_column &i) const throw ()
 Operator for accessing a single column of the matrix.
imatrixoperator|= (const simatrix &)
 Implementation of convex hull and assignment operator.
imatrixoperator|= (const simatrix_slice &)
 Implementation of convex hull and assignment operator.
imatrixoperator|= (const srmatrix &)
 Implementation of convex hull and assignment operator.
imatrixoperator|= (const srmatrix_slice &)
 Implementation of convex hull and assignment operator.

Detailed Description

The Data Type imatrix.

See also:
rmatrix

Definition at line 659 of file imatrix.hpp.


Member Function Documentation

INLINE imatrix cxsc::imatrix::operator() ( const intmatrix P) [inline]

Computes permutation of matrix according to permutation matrix, C=PAQ.

Computes permutation of matrix according to permutation matrix, C=PA.

Definition at line 2055 of file imatrix.inl.


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