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

The Multiple-Precision Data Type l_rmatrix_slice. More...

#include <l_rmatrix.hpp>

Collaboration diagram for cxsc::l_rmatrix_slice:
Collaboration graph

Public Member Functions

 l_rmatrix_slice (const l_rmatrix_slice &ms) noexcept
 Constructor of class l_rmatrix_slice.
 
 l_rmatrix_slice (l_rmatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept
 Constructor of class l_rmatrix_slice.
 
 l_rmatrix_slice (l_rmatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) noexcept
 Constructor of class l_rmatrix_slice.
 
l_rmatrix_sliceoperator() () noexcept
 Operator for accessing the whole matrix.
 
l_rmatrix_slice operator() (const int &m, const int &n) noexcept
 Operator for accessing a part of the matrix.
 
l_rmatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) noexcept
 Operator for accessing a part of the matrix.
 
l_rmatrix_sliceoperator*= (const l_real &c) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator*= (const l_rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator*= (const l_rmatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator*= (const real &c) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator*= (const rmatrix &m) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator*= (const rmatrix_slice &ms2) noexcept
 Implementation of multiplication and allocation operation.
 
l_rmatrix_sliceoperator+= (const l_rmatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
l_rmatrix_sliceoperator+= (const l_rmatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
l_rmatrix_sliceoperator+= (const rmatrix &m1) noexcept
 Implementation of addition and allocation operation.
 
l_rmatrix_sliceoperator+= (const rmatrix_slice &ms2) noexcept
 Implementation of addition and allocation operation.
 
l_rmatrix_sliceoperator-= (const l_rmatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
l_rmatrix_sliceoperator-= (const l_rmatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
l_rmatrix_sliceoperator-= (const rmatrix &m1) noexcept
 Implementation of subtraction and allocation operation.
 
l_rmatrix_sliceoperator-= (const rmatrix_slice &ms2) noexcept
 Implementation of subtraction and allocation operation.
 
l_rmatrix_sliceoperator/= (const l_real &c) noexcept
 Implementation of division and allocation operation.
 
l_rmatrix_sliceoperator/= (const real &c) noexcept
 Implementation of division and allocation operation.
 
l_rmatrix_sliceoperator= (const l_real &r) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const l_rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const l_rmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const l_rvector &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const l_rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const rmatrix_slice &ms) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const rvector &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_sliceoperator= (const rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
l_rmatrix_subv operator[] (const cxscmatrix_column &i) const noexcept
 Operator for accessing a single column of the matrix.
 
l_rmatrix_subv operator[] (const int &i) const noexcept
 Operator for accessing a single row of the matrix.
 
l_rmatrix_sliceoperator|= (const l_rmatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
l_rmatrix_sliceoperator|= (const l_rmatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
l_rmatrix_sliceoperator|= (const rmatrix &m1) noexcept
 Allocates the convex hull of the arguments to the first argument.
 
l_rmatrix_sliceoperator|= (const rmatrix_slice &ms2) noexcept
 Allocates the convex hull of the arguments to the first argument.
 

Detailed Description

The Multiple-Precision Data Type l_rmatrix_slice.

This data type represents a partial l_rmatrix.

See also
l_rmatrix

Definition at line 999 of file l_rmatrix.hpp.


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