Definition at line 249 of file TMatrixTUtils.h.
Public Member Functions | |
| TMatrixTColumn () | |
| TMatrixTColumn (const TMatrixTColumn< Element > &mc) | |
| Copy constructor.   | |
| TMatrixTColumn (TMatrixT< Element > &matrix, Int_t col) | |
| Constructor with column "col" of matrix.   | |
| TMatrixTColumn (TMatrixTSym< Element > &matrix, Int_t col) | |
| Constructor with column "col" of matrix.   | |
| void | Assign (Element val) | 
| Assign val to every element of the matrix column.   | |
| Element * | GetPtr () const | 
| TClass * | IsA () const override | 
| Element & | operator() (Int_t i) | 
| const Element & | operator() (Int_t i) const | 
| void | operator*= (const TMatrixTColumn_const< Element > &c) | 
| Multiply every element of the matrix column with the corresponding element of column mc.   | |
| void | operator*= (Element val) | 
| Multiply every element of the matrix column with val.   | |
| void | operator+= (const TMatrixTColumn_const< Element > &c) | 
| Add to every element of the matrix row the corresponding element of row mc.   | |
| void | operator+= (Element val) | 
| Add val to every element of the matrix column.   | |
| TMatrixTColumn< Element > & | operator= (const TMatrixTColumn< Element > &c) | 
| void | operator= (const TMatrixTColumn_const< Element > &c) | 
| Assignment operator.   | |
| void | operator= (const TVectorT< Element > &vec) | 
| Assign a vector to a matrix column.   | |
| void | operator= (Element val) | 
| void | operator= (std::initializer_list< Element > l) | 
| Assign element of the matrix column using given initializer list.   | |
| Element & | operator[] (Int_t i) | 
| const Element & | operator[] (Int_t i) const | 
| void | Streamer (TBuffer &) override | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
  Public Member Functions inherited from TMatrixTColumn_const< Element > | |
| TMatrixTColumn_const () | |
| TMatrixTColumn_const (const TMatrixT< Element > &matrix, Int_t col) | |
| Constructor with column "col" of matrix.   | |
| TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc) | |
| TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col) | |
| Constructor with column "col" of matrix.   | |
| virtual | ~TMatrixTColumn_const () | 
| Int_t | GetColIndex () const | 
| Int_t | GetInc () const | 
| const TMatrixTBase< Element > * | GetMatrix () const | 
| const Element * | GetPtr () const | 
| const Element & | operator() (Int_t i) const | 
| TMatrixTColumn_const< Element > & | operator= (const TMatrixTColumn_const< Element > &trc) | 
| const Element & | operator[] (Int_t i) const | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
Static Public Member Functions | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
  Static Public Member Functions inherited from TMatrixTColumn_const< Element > | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
Additional Inherited Members | |
  Protected Attributes inherited from TMatrixTColumn_const< Element > | |
| Int_t | fColInd | 
| Int_t | fInc | 
| const TMatrixTBase< Element > * | fMatrix | 
| const Element * | fPtr | 
#include <TMatrixTUtils.h>
      
  | 
  inline | 
Definition at line 252 of file TMatrixTUtils.h.
| TMatrixTColumn< Element >::TMatrixTColumn | ( | TMatrixT< Element > & | matrix, | 
| Int_t | col ) | 
Constructor with column "col" of matrix.
Definition at line 296 of file TMatrixTUtils.cxx.
| TMatrixTColumn< Element >::TMatrixTColumn | ( | TMatrixTSym< Element > & | matrix, | 
| Int_t | col ) | 
Constructor with column "col" of matrix.
Definition at line 305 of file TMatrixTUtils.cxx.
| TMatrixTColumn< Element >::TMatrixTColumn | ( | const TMatrixTColumn< Element > & | mc | ) | 
Copy constructor.
Definition at line 314 of file TMatrixTUtils.cxx.
| void TMatrixTColumn< Element >::Assign | ( | Element | val | ) | 
Assign val to every element of the matrix column.
Definition at line 323 of file TMatrixTUtils.cxx.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  inlinestaticconstexpr | 
Definition at line 301 of file TMatrixTUtils.h.
      
  | 
  inlinestatic | 
Definition at line 301 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 257 of file TMatrixTUtils.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMatrixTColumn_const< Element >.
Definition at line 301 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 271 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 259 of file TMatrixTUtils.h.
| void TMatrixTColumn< Element >::operator*= | ( | const TMatrixTColumn_const< Element > & | c | ) | 
Multiply every element of the matrix column with the corresponding element of column mc.
Definition at line 440 of file TMatrixTUtils.cxx.
| void TMatrixTColumn< Element >::operator*= | ( | Element | val | ) | 
Multiply every element of the matrix column with val.
Definition at line 360 of file TMatrixTUtils.cxx.
| void TMatrixTColumn< Element >::operator+= | ( | const TMatrixTColumn_const< Element > & | c | ) | 
Add to every element of the matrix row the corresponding element of row mc.
Definition at line 417 of file TMatrixTUtils.cxx.
| void TMatrixTColumn< Element >::operator+= | ( | Element | val | ) | 
Add val to every element of the matrix column.
Definition at line 348 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 295 of file TMatrixTUtils.h.
| void TMatrixTColumn< Element >::operator= | ( | const TMatrixTColumn_const< Element > & | c | ) | 
Assignment operator.
Definition at line 372 of file TMatrixTUtils.cxx.
| void TMatrixTColumn< Element >::operator= | ( | const TVectorT< Element > & | vec | ) | 
Assign a vector to a matrix column.
Definition at line 395 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 289 of file TMatrixTUtils.h.
| void TMatrixTColumn< Element >::operator= | ( | std::initializer_list< Element > | l | ) | 
Assign element of the matrix column using given initializer list.
Definition at line 335 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 285 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 284 of file TMatrixTUtils.h.
      
  | 
  overridevirtual | 
Reimplemented from TMatrixTColumn_const< Element >.
      
  | 
  inline | 
Definition at line 301 of file TMatrixTUtils.h.