#include <TMatrixUtils.h>
Inheritance diagram for TMatrixColumn:


Public Methods | |
| TMatrixColumn (const TMatrix &matrix, Int_t col) | |
| void | operator= (Real_t val) |
| void | operator+= (const TMatrixColumn &c) |
| void | operator *= (const TMatrixColumn &c) |
| void | operator+= (Real_t val) |
| void | operator *= (Real_t val) |
| void | operator= (const TMatrixColumn &c) |
| void | operator= (const TVector &vec) |
| const Real_t & | operator() (Int_t i) const |
| Real_t & | operator() (Int_t i) |
| const Real_t & | operator[] (Int_t i) const |
| Real_t & | operator[] (Int_t i) |
Friends | |
| class | TMatrix |
| class | TVector |
|
||||||||||||
|
Definition at line 404 of file TMatrixUtils.h. References TObject::Error(), TMatrix::fColLwb, TMatrix::fIndex, TMatrix::fNcols, and TMatrix::IsValid(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 422 of file TMatrixUtils.h. References AreCompatible(), fMatrix, TMatrix::fNrows, and fPtr. |
|
|
|
|
|
|
|
|
Definition at line 432 of file TMatrixUtils.h. |
|
|
Definition at line 437 of file TMatrixUtils.h. |
|
|
Definition at line 442 of file TMatrixUtils.h. |
|
|
Definition at line 204 of file TMatrixUtils.h. |
|
|
Definition at line 205 of file TMatrixUtils.h. |
1.2.16