Skip to content
Snippets Groups Projects
  1. Apr 01, 2008
  2. Mar 28, 2008
  3. Oct 05, 2007
    • Lorenzo Moneta's avatar
      · a1c1ca23
      Lorenzo Moneta authored
      - port latest changes (forgot in previous commit) in mathcore 
      - update doc for groups and smatrix page
      - changes in MathMore : 
           - add GSL MC integration
           - add GSL Multi-dim minimization, non linear fitting and simulated annealing
           - remove cdf (are in mathcore) now 
           - update doc for groups and mathmore page
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20232 27541ba8-7e3a-0410-8455-c3a389f83636
      a1c1ca23
  4. Sep 19, 2007
  5. Jun 08, 2006
  6. Jun 02, 2006
  7. May 12, 2006
  8. Apr 25, 2006
  9. Mar 20, 2006
    • Lorenzo Moneta's avatar
      · fe85fe9d
      Lorenzo Moneta authored
      Add two BinaryOp expression for the case of constant, where the objects are stored by value. In the default BinaryOp object are then stored by reference, giving a substuntial improvement in performances for operations like M3 = M1 + M2.
      
      Add AssignSym::Evaluate to force an efficient assignment to a symmetric matrix from a general matrix. This is used now in the Similarity product for symmetric matrices
      
      Add a dedicated Assign::Evaluate from a symmetric expression to a symmetric matrix. Need to loop only on the independent element
      
      Capitalize Assign::Evaluate method
      
      Add copy constructor in SMatrix from a symmetric matric to a standard matrix
      
      Add tests for all constrant operations for vector, normal and symmetric matrices in testSMatrix
      
      use AssignSym::Evaluate in testKalman for SMatrix_sym
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14321 27541ba8-7e3a-0410-8455-c3a389f83636
      fe85fe9d
  10. Mar 09, 2006
  11. Mar 08, 2006
    • Lorenzo Moneta's avatar
      · 6cefd797
      Lorenzo Moneta authored
      - modify matrix expression to use both i and j index. This improves substuntially multiplication and transpose operations where there is no need to calculate the right offset for each element
      - use a static const function in MatRepSym for the offset as suggested by Vincenzo. This gives some small improvements on Windows and Solaris
      - generate dictionary also for the MatRepStd classes
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14197 27541ba8-7e3a-0410-8455-c3a389f83636
      6cefd797
  12. Feb 28, 2006
  13. Feb 27, 2006
    • Lorenzo Moneta's avatar
      · 6f4068e7
      Lorenzo Moneta authored
      - add constructor for identity matrix
      - rename Produc Similarity
      - add Similarity for symmetric matrices
      - change syntax for Sub methods as requested by LHCb
      - add flag to retur status in Inverse methods
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14114 27541ba8-7e3a-0410-8455-c3a389f83636
      6f4068e7
  14. Feb 08, 2006
    • Lorenzo Moneta's avatar
      · 97ccac36
      Lorenzo Moneta authored
      add support for symmetric matrices by introducing a matrix storage class
      from J. Palacios.
      Use a storage with pre-calculated offset for matrices of sizes <=6.
      Create also a different expression class for vectors, this solves the problem on Windows.
      Add Cramer inversion for symmetric matrices for sizes up to 6x6
      Adapt Dinv,Dsinv and determinant calculation routines in the case of symmetric storage (but are not yet optimized)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14008 27541ba8-7e3a-0410-8455-c3a389f83636
      97ccac36
  15. Dec 07, 2005
  16. Dec 05, 2005
  17. Nov 24, 2005
Loading