- add in MatrixInversion.icc inversion for general squared matric and for...
- add in MatrixInversion.icc inversion for general squared matric and for symmetric matrices from CLHEP with N >= 7. The have better performances than original SMatrix version. - add in MatrixFunction TensorProd for performing the Tensor product (request from LHCb) - add in SVector a constructor from iterators. It is only for the SMatrix iterators (T*) and not a generic iterator to avoid a conflict with the (double,double)constructor - remove from SMatrix the Sinvert and Sdet functions - fix a bug in testKalman and stressKalman for CLHEP matrices (Vector index starts from 0, while matrix from 1). git-svn-id: http://root.cern.ch/svn/root/trunk@15006 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- smatrix/inc/Math/Dinv.h 42 additions, 2 deletionssmatrix/inc/Math/Dinv.h
- smatrix/inc/Math/MatrixFunctions.h 87 additions, 1 deletionsmatrix/inc/Math/MatrixFunctions.h
- smatrix/inc/Math/MatrixInversion.icc 659 additions, 0 deletionssmatrix/inc/Math/MatrixInversion.icc
- smatrix/inc/Math/SMatrix.h 12 additions, 7 deletionssmatrix/inc/Math/SMatrix.h
- smatrix/inc/Math/SMatrix.icc 4 additions, 3 deletionssmatrix/inc/Math/SMatrix.icc
- smatrix/inc/Math/SVector.h 7 additions, 2 deletionssmatrix/inc/Math/SVector.h
- smatrix/inc/Math/SVector.icc 8 additions, 1 deletionsmatrix/inc/Math/SVector.icc
- smatrix/test/Makefile 1 addition, 1 deletionsmatrix/test/Makefile
- smatrix/test/stressKalman.cxx 8 additions, 9 deletionssmatrix/test/stressKalman.cxx
- smatrix/test/testKalman.cxx 2 additions, 2 deletionssmatrix/test/testKalman.cxx
- smatrix/test/testOperations.cxx 2 additions, 1 deletionsmatrix/test/testOperations.cxx
- smatrix/test/testSMatrix.cxx 59 additions, 4 deletionssmatrix/test/testSMatrix.cxx
Loading
Please register or sign in to comment