[root] / trunk / math / matrix / inc / TMatrixTBase.h Repository:
ViewVC logotype

Log of /trunk/math/matrix/inc/TMatrixTBase.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 13204 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13204 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13204 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13257 byte(s)
Diff to previous 17342
remove :$ from tag line

Revision 17342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 15 16:38:43 2007 UTC (8 years ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13267 byte(s)
Diff to previous 17316
Remove include "TROOT.h"

Revision 17316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 15 10:16:15 2007 UTC (8 years ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13265 byte(s)
Diff to previous 16943
REmove several dependencies on TMath.h

Revision 16943 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 25 09:05:48 2006 UTC (8 years, 2 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13359 byte(s)
Diff to previous 16570
Use the new function THistPainter::PaintSpecialObjects to paint matrices
and vectors instead of the TVirtualUtilHist class

Revision 16570 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 19 20:45:44 2006 UTC (8 years, 3 months ago) by pcanal
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 13245 byte(s)
Diff to previous 16516
Patch to work around in deficiency in the Solraris CC compiler.

Revision 16516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 12 21:30:58 2006 UTC (8 years, 3 months ago) by pcanal
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12734 byte(s)
Diff to previous 15134
From Eddy:
Patch to work around in deficiency in the Solraris CC compiler.

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12278 byte(s)
Diff to previous 15068
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 15068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 17 06:22:06 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12282 byte(s)
Diff to previous 14387
From Eddy:
Fix some coding conventions violations

Revision 14387 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 23 11:23:15 2006 UTC (8 years, 10 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12194 byte(s)
Diff to previous 14342
From Eddy:
"I introduced a global parameter : Int_t gMatrixCheck  with
which can turn on (1) and off(0) the various checks :

- validity, sizes .. in the routines .

Revision 14342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 21 05:20:34 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12163 byte(s)
Diff to previous 14336
Add include statements that are no longer strictly required but
are needed to preserve backward compatibility.

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12118 byte(s)
Diff to previous 13939
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 13939 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 26 16:31:01 2006 UTC (8 years, 11 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12161 byte(s)
Diff to previous 13937
From Eddy:
a patch that will hopefully resolve the Solaris issue .

From the error messages I deduce that the compiler does not like to
instantiate
a default templated argument in the function header . Therefore, I
replaced the default
value by the value 0.0 (which is an unusual value , the user would use
here "==")
and check in the routine and replace it with the appropriate epsilon.

Revision 13937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 26 15:16:11 2006 UTC (8 years, 11 months ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12233 byte(s)
Diff to previous 13929
From Eddy:
1) As pointed out by Philippe, LinkDef.h contained two functions with
the wrong
    signature , resulting in CINT problems as seen in running the
tutorial solveLinear.C

2) A few enum declarations for internal usage haved been moved from
public to protected

Revision 13929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 18:49:03 2006 UTC (9 years ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12235 byte(s)
Diff to previous 13779
From Eddy:
1) Added to LinkDef.h the NormalEqn function from TDecompChol . They
got
    lost in this file during the transition to the templated version of
the matrix library .

2) Replaced in the templated code everywhere references to DB_EPSILON
and DBL_MIN
    by the templated version through <numeric_limits> .

Revision 13779 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 5 08:26:14 2006 UTC (9 years ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12180 byte(s)
Diff to previous 13767
From Eddy:
removes virtual function Allocate from TMatrixTBase

Revision 13767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 23 07:20:11 2005 UTC (9 years, 1 month ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12345 byte(s)
Diff to previous 13754
Attempt to fix compilation problems on Solaris and Alpha

Revision 13754 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Dec 22 09:19:13 2005 UTC (9 years, 1 month ago) by brun
Original Path: trunk/matrix/inc/TMatrixTBase.h
File length: 12476 byte(s)
A few more missing files

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9