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

The Data Type rmatrix_subv. More...

#include <rmatrix.hpp>

Collaboration diagram for cxsc::rmatrix_subv:
Collaboration graph

Public Member Functions

rmatrix_subvoperator() () noexcept
 Operator for accessing the whole vector.
 
rmatrix_subv operator() (const int &i) noexcept
 Operator for accessing a part of the vector.
 
rmatrix_subv operator() (const int &i1, const int &i2) noexcept
 Operator for accessing a part of the vector.
 
rmatrix_subvoperator*= (const real &c) noexcept
 Implementation of multiplication and allocation operation.
 
rmatrix_subvoperator+= (const real &c) noexcept
 Implementation of addition and allocation operation.
 
rmatrix_subvoperator+= (const rvector &rv) noexcept
 Implementation of addition and allocation operation.
 
rmatrix_subvoperator+= (const rvector_slice &rv) noexcept
 Implementation of addition and allocation operation.
 
rmatrix_subvoperator+= (const srmatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator+= (const srvector &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator+= (const srvector_slice &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const real &c) noexcept
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const rvector &rv) noexcept
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const rvector_slice &rv) noexcept
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const srmatrix_subv &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const srvector &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator-= (const srvector_slice &rv)
 Implementation of subtraction and allocation operation.
 
rmatrix_subvoperator/= (const real &c) noexcept
 Implementation of division and allocation operation.
 
rmatrix_subvoperator= (const real &r) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const rmatrix &m) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const rmatrix_slice &m) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const rmatrix_subv &rv) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const rvector &v) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const rvector_slice &v) noexcept
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const srmatrix_subv &m)
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const srvector &m)
 Implementation of standard assigning operator.
 
rmatrix_subvoperator= (const srvector_slice &m)
 Implementation of standard assigning operator.
 
realoperator[] (const int &i) const noexcept
 Operator for accessing the single elements of the vector (read-only)
 
realoperator[] (const int &i) noexcept
 Operator for accessing the single elements of the vector.
 
 rmatrix_subv (const rmatrix_subv &v) noexcept
 Constructor of class rmatrix_subv.
 
 rmatrix_subv (real *d, const int &l, const int &u, const int &s, const int &st, const int &o) noexcept
 Constructor of class rmatrix_subv.
 

Friends

rmatrix_subv Col (const rmatrix &m, const int &i)
 Returns one column of the matrix as a vector.
 
rmatrix_subv Col (rmatrix &m, const int &i)
 Returns one column of the matrix as a vector.
 
int Lb (const rmatrix_subv &rv) noexcept
 Returns the lower bound of the vector.
 
rmatrix_subv Row (const rmatrix &m, const int &i)
 Returns one row of the matrix as a vector.
 
rmatrix_subv Row (rmatrix &m, const int &i)
 Returns one row of the matrix as a vector.
 
int Ub (const rmatrix_subv &rv) noexcept
 Returns the upper bound of the vector.
 
int VecLen (const rmatrix_subv &rv) noexcept
 Returns the size of the vector.
 

Detailed Description

The Data Type rmatrix_subv.

This Data Type provides one column or row of a matrix as a vector.

Definition at line 53 of file rmatrix.hpp.


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