1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include change to test/Makefile.am
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Do not install glucat binary
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Changes up to GluCat 0.1.0
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Add news for GluCat 0.1.0
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use GluCat 0.1.0 test output
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use std::numeric_limits<>::max()
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use numeric_limits<>::quiet_NaN to return NaN when appropriate. Use matrix:: explicitly rather than using namespace matrix. Use ublas::equals().
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use matrix:: rather than using namespace matrix.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use numeric_limits<>::quiet_NaN to return NaN when appropriate.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Remove operator== - no longer needed
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use uBLAS rather than MTL.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Clean up time_mult() interface. Add input validation to prevent test with a value which is too big.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Add commented options for Intel C++, debugging, profiling. Rearrange commented options.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Update to GluCat 0.1.0.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Update to GluCat 0.1.0. Use newer version of Doxygen.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Remove items which are essentially done: Port to Intel C++ is done. Port to MTL3 replaced by port to uBLAS. Add a few new items, including better use of automake and autoconf.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Update instructions and status to reflect the use of uBLAS, Boost CVS, g++ 3.2 and Intel C++ 7.0.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Add Joerg Walter and Carlos O'Ryan. Sort credits alphabetically.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use uBLAS rather than MTL. Prefer std::string to char* for classname. Remove copy constructor - no longer needed. Have basis_element() return matrix_t rather than void. Remove dense_mult from operator *= - no longer needed. Operator /= now uses the whole matrix rather than a vector at a time. Use namespace matrix. Clean up interface to inner(). Clean up calls to folded_dim() and basis_element(). Use inline more appropriately. Minor formatting changes. Use namespace std for vector.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Clean up call to basis_element()
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Clean up interface to inner().
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use simplified mono_prod().
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Move swap_rows(), lu_factorize() and lu_solve() from ublas.h to matrix.h. Rename compressed_prod() to sparse_prod(). Simplify interfaces of mon_prod() and sparse_prod().
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Move swap_rows(), lu_factorize() and lu_solve() from ublas.h to matrix.h Remove ublas.h and ublas_imp.h
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Remove autogenerated file.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Remove dense_matrix_t, sparse_matrix_t, col_matrix_t - no longer needed.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use uBLAS rather than MTL. Use namespace std. Use namespace matrix. Use new kron() and unit() interfaces. Use inline more appropriately. Minor formatting changes.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use uBLAS rather than MTL. Use new basis_element() interface. Prefer std::string to char* for classname. Prefer referencing to copying multivectors. Use inline more appropriately. Minor formatting changes.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Prefer std::string to char* for classname. Use uBLAS rather than MTL. Use _GLUCAT_PUBLIC for Intel C++ compatibility. Remove copy constructor - no longer needed. Have basis_element() return matrix_t rather than void. Minor formatting changes.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago
Use UBLAS rather than MTL.
Paul Leopardi
as Paul C. Leopardi
More... over 22 years ago