ROOT
6.06/09
Reference Guide
|
Definition at line 46 of file TMatrixDUtilsfwd.h.
Public Member Functions | |
TMatrixTColumn () | |
TMatrixTColumn (TMatrixT< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. More... | |
TMatrixTColumn (TMatrixTSym< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. More... | |
TMatrixTColumn (const TMatrixTColumn< Element > &mc) | |
Copy constructor. More... | |
Element * | GetPtr () const |
const Element & | operator() (Int_t i) const |
Element & | operator() (Int_t i) |
const Element & | operator[] (Int_t i) const |
Element & | operator[] (Int_t i) |
void | operator= (Element val) |
Assign val to every element of the matrix column. More... | |
void | operator+= (Element val) |
Add val to every element of the matrix column. More... | |
void | operator*= (Element val) |
Multiply every element of the matrix column with val. More... | |
void | operator= (const TMatrixTColumn_const< Element > &c) |
Assignment operator. More... | |
TMatrixTColumn< Element > & | operator= (const TMatrixTColumn< Element > &c) |
void | operator= (const TVectorT< Element > &vec) |
Assign a vector to a matrix column. More... | |
void | operator+= (const TMatrixTColumn_const< Element > &c) |
Add to every element of the matrix row the corresponding element of row mc. More... | |
void | operator*= (const TMatrixTColumn_const< Element > &c) |
Multiply every element of the matrix column with the corresponding element of column mc. More... | |
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. More... | |
TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col) | |
Constructor with column "col" of matrix. More... | |
TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc) | |
TMatrixTColumn_const< Element > & | operator= (const TMatrixTColumn_const< Element > &trc) |
virtual | ~TMatrixTColumn_const () |
const TMatrixTBase< Element > * | GetMatrix () const |
Int_t | GetColIndex () const |
Int_t | GetInc () const |
const Element * | GetPtr () const |
const Element & | operator() (Int_t i) const |
const Element & | operator[] (Int_t i) const |
Additional Inherited Members | |
Protected Attributes inherited from TMatrixTColumn_const< Element > | |
const TMatrixTBase< Element > * | fMatrix |
Int_t | fColInd |
Int_t | fInc |
const Element * | fPtr |
#include <TMatrixDUtilsfwd.h>
|
inline |
Definition at line 255 of file TMatrixTUtils.h.
TMatrixTColumn< Element >::TMatrixTColumn | ( | TMatrixT< Element > & | matrix, |
Int_t | col | ||
) |
Constructor with column "col" of matrix.
Definition at line 284 of file TMatrixTUtils.cxx.
TMatrixTColumn< Element >::TMatrixTColumn | ( | TMatrixTSym< Element > & | matrix, |
Int_t | col | ||
) |
Constructor with column "col" of matrix.
Definition at line 293 of file TMatrixTUtils.cxx.
TMatrixTColumn< Element >::TMatrixTColumn | ( | const TMatrixTColumn< Element > & | mc | ) |
Copy constructor.
Definition at line 302 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 260 of file TMatrixTUtils.h.
Referenced by ApplyHouseHolder(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), and TDecompQRH::TransSolve().
|
inline |
Definition at line 262 of file TMatrixTUtils.h.
|
inline |
Definition at line 274 of file TMatrixTUtils.h.
void TMatrixTColumn< Element >::operator*= | ( | Element | val | ) |
Multiply every element of the matrix column with val.
Definition at line 335 of file TMatrixTUtils.cxx.
void TMatrixTColumn< Element >::operator*= | ( | const TMatrixTColumn_const< Element > & | mc | ) |
Multiply every element of the matrix column with the corresponding element of column mc.
Definition at line 415 of file TMatrixTUtils.cxx.
void TMatrixTColumn< Element >::operator+= | ( | Element | val | ) |
Add val to every element of the matrix column.
Definition at line 323 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 392 of file TMatrixTUtils.cxx.
void TMatrixTColumn< Element >::operator= | ( | Element | val | ) |
Assign val to every element of the matrix column.
Definition at line 311 of file TMatrixTUtils.cxx.
void TMatrixTColumn< Element >::operator= | ( | const TMatrixTColumn_const< Element > & | c | ) |
Assignment operator.
Definition at line 347 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 295 of file TMatrixTUtils.h.
Referenced by TMatrixTColumn< Element >::operator=().
void TMatrixTColumn< Element >::operator= | ( | const TVectorT< Element > & | vec | ) |
Assign a vector to a matrix column.
Definition at line 370 of file TMatrixTUtils.cxx.
|
inline |
Definition at line 287 of file TMatrixTUtils.h.
|
inline |
Definition at line 288 of file TMatrixTUtils.h.