Directory Core/Math/TntJama/

Total Files:
26
Deleted Files:
0
Lines of Code:
7810

[root]/Core/Math/TntJama

Lines of Code

Core/Math/TntJama/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 53 (100.0%) 0.9
ahumphrey 6 (10.9%) 27 (50.9%) 4.5
jas 49 (89.1%) 26 (49.1%) 0.5

Most Recent Commits

ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

27 lines of code changed in 6 files:

  • Core/Math/TntJama: tnt_cmat.h (new), tnt_i_refvec.h (new), tnt_vec.h (+5 -5)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

26 lines of code changed in 49 files:

  • Core/Math/TntJama: jama_cholesky.h (+1 -1), jama_eig.h (+1 -1), jama_lu.h (new), jama_qr.h (+1 -1), jama_svd.h (new), tnt.h (+1 -1), tnt_array1d.h (new), tnt_array1d_utils.h (new), tnt_array2d.h (new), tnt_array2d_utils.h (new), tnt_array3d.h (new), tnt_array3d_utils.h (new), tnt_cmat.h (+1 -1), tnt_fortran_array1d.h (new), tnt_fortran_array1d_utils.h (new), tnt_fortran_array2d.h (new), tnt_fortran_array2d_utils.h (+1 -1), tnt_fortran_array3d.h (+1 -1), tnt_fortran_array3d_utils.h (new), tnt_i_refvec.h (+1 -1), tnt_math_utils.h (new), tnt_sparse_matrix_csr.h (+1 -1), tnt_stopwatch.h (new), tnt_subscript.h (+1 -1), tnt_vec.h (+1 -1), tnt_version.h (new)
Generated by StatSVN 0.7.0