Directory Core/Math/

Total Files:
7
Deleted Files:
0
Lines of Code:
1618

[root]/Core/Math

Lines of Code

Core/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 15 (100.0%) 74 (100.0%) 4.9
dav 9 (60.0%) 74 (100.0%) 8.2
thiago 2 (13.3%) 0 (0.0%) 0.0
guilkey 2 (13.3%) 0 (0.0%) 0.0
bigler 2 (13.3%) 0 (0.0%) 0.0

Most Recent Commits

guilkey 2007-11-09 20:26 Rev.: 39371

Hack to allow gcc 3.2.3 to compile this file.

0 lines of code changed in 2 files:

  • Core/Math: CubicPWI.h (new)
dav 2007-11-08 15:30 Rev.: 39323

Trying to clean up this code... I think it has never been completely tested and was left in a debug state... I don't think it is actually used by anyone right now. Needs some work if someone did want to use it.

74 lines of code changed in 3 files:

  • Core/Math: CubicPWI.cc (new), CubicPWI.h (+46 -55)
dav 2007-11-08 15:28 Rev.: 39322

just a little cleaning

0 lines of code changed in 2 files:

  • Core/Math: PiecewiseInterp.h (new)
dav 2007-11-08 15:28 Rev.: 39321

Put private at the bottom of class. Fix indention. Use white space so that it is readable. Simplify by removing vars that are better calculated. Allow for periodicity... Not sure that the periodicity fix is the best, but it seems to work... though it kinda adds a lot of overhead (well, not a lot, unless this code was in some inner loop). I don't think this code is actually used by that many people.

0 lines of code changed in 2 files:

  • Core/Math: CatmullRomSpline.h (new)
thiago 2007-10-21 19:07 Rev.: 39094

Added long double versions of Sqrt and Cbrt.

0 lines of code changed in 2 files:

  • Core/Math: Expon.h (new)
dav 2007-07-09 14:17 Rev.: 37999

Redstorm fix

0 lines of code changed in 2 files:

  • Core/Math: sci_lapack.cc (new)
bigler 2007-04-03 15:26 Rev.: 37217


Fix Fraction for negative whole numbers. Previously they would return
1 for the result instead of 0.

Changed double version of Fraction to cast to 64 bit number (long
long).

Added float version of Fraction.

Added comments for Fraction.

0 lines of code changed in 2 files:

  • Core/Math: MiscMath.h (changed)
Generated by StatSVN 0.4.0