-
- Downloads
From Eddy Offermann
Updates for TVector(D).h, TMatrix(D).h and test/vmatrix.cxx As you can see, filling of a matrix can be done with an array prepared by row-wise or column-wise storage. GetElements() will supply you a pointer to the COLUMN_WISE stored matrix data. GetElements(Double_t *array,Option_t *opt) will let you store it in a user supplied/allocated array either column- or row- wise. git-svn-id: http://root.cern.ch/svn/root/trunk@4444 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- matrix/inc/TMatrix.h 79 additions, 9 deletionsmatrix/inc/TMatrix.h
- matrix/inc/TMatrixD.h 79 additions, 9 deletionsmatrix/inc/TMatrixD.h
- matrix/inc/TVector.h 35 additions, 6 deletionsmatrix/inc/TVector.h
- matrix/inc/TVectorD.h 35 additions, 6 deletionsmatrix/inc/TVectorD.h
- test/vmatrix.cxx 44 additions, 5 deletionstest/vmatrix.cxx
Loading
Please register or sign in to comment