-
- Downloads
From Eddy Offermann:
- added a Streamer function to TMatrixTSparse to remove a memory leak. Updated LinkDef.h accordingly. - added vector functionality as proposed by Peter D Barnes from LNL (http://root.cern.ch/phpBB2/viewtopic.php?t=8351). Mult function: double s = v1 * M * v2; // e.g., physics matrix element OuterProduct : TMatrixD M = v1' * v2 // outer product of v1 and v2 git-svn-id: http://root.cern.ch/svn/root/trunk@30125 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- math/matrix/inc/LinkDef.h 15 additions, 4 deletionsmath/matrix/inc/LinkDef.h
- math/matrix/inc/TVectorT.h 52 additions, 46 deletionsmath/matrix/inc/TVectorT.h
- math/matrix/src/TMatrixTSparse.cxx 18 additions, 0 deletionsmath/matrix/src/TMatrixTSparse.cxx
- math/matrix/src/TVectorT.cxx 197 additions, 36 deletionsmath/matrix/src/TVectorT.cxx
Loading
Please register or sign in to comment