Matrix utility classes. Templates of utility classes in the Linear Algebra Package. The following classes are defined here: Different matrix views without copying data elements : TMatrixTRow_const TMatrixTRow TMatrixTColumn_const TMatrixTColumn TMatrixTDiag_const TMatrixTDiag TMatrixTFlat_const TMatrixTFlat TMatrixTSub_const TMatrixTSub TMatrixTSparseRow_const TMatrixTSparseRow TMatrixTSparseDiag_const TMatrixTSparseDiag TElementActionT TElementPosActionT
Int_t | TMatrixTColumn_const<double>::fColInd | effective column index |
Int_t | TMatrixTColumn_const<double>::fInc | if ptr = @a[i,col], then ptr+inc = @a[i+1,col] |
TMatrixTBase<double>* | TMatrixTColumn_const<double>::fMatrix | the matrix I am a column of |
const double* | TMatrixTColumn_const<double>::fPtr | pointer to the a[0,col] column |
Assign val to every element of the matrix column.
Multiply every element of the matrix column with val.
Assign a vector to a matrix column.
Add to every element of the matrix row the corresponding element of row mc.
Multiply every element of the matrix column with the corresponding element of column mc.