Streamline testing. Medium trials use more trials than before. Aim is to get accurate, reproducible trial time. Report number of trials used. |
|
More...
|
over 21 years ago
|
Use different tuning policies controlled by preprocessor defines. This was used for testing as documented in the paper, "A generalized FFT for Clifford algebras". |
|
More...
|
over 21 years ago
|
Streamline test. Use multivector_t as name of type. |
|
More...
|
over 21 years ago
|
Use try_catch |
|
More...
|
over 21 years ago
|
Test using hash_map on Athlon64 3200+ |
|
More...
|
over 21 years ago
|
Move declaration of try_catch to errors.h and definition to errors_imp.h |
|
More...
|
over 21 years ago
|
Change misleading variable name |
|
More...
|
over 21 years ago
|
Update automake to 1.7.6 |
|
More...
|
over 21 years ago
|
Update Boost instructions. Update testing status. Add description of --with-hash-map. |
|
More...
|
over 21 years ago
|
Improve description of GluCat classes. Update and rearrange web site and software references. Update Boost instructions. Update testing status. Add descriptions of _GLUCAT_HAS_UBLAS_LU_H and _GLUCAT_USE_GNU_CXX_HASH_MAP to Usage. Move layout of headers to Coding standards. |
|
More...
|
over 21 years ago
|
Remove obsolete TODO items. Add SWIG and CLU TODO items. Rearrange priorities. |
|
More...
|
over 21 years ago
|
Update to version 0.1.5 |
|
More...
|
over 21 years ago
|
Add Jan Cnops as author of recursive expression for matrix representation. Add Henk Jansen as tester. Add more GFFT references. Fix punctuation. |
|
More...
|
over 21 years ago
|
Update to aclocal 1.7.6 |
|
More...
|
over 21 years ago
|
New name for Doxygen configuration file. Change GluCat version to 0.1.5. Bring up to date. Include new Doxygen capabilities. |
|
More...
|
over 21 years ago
|
Change GluCat version to 0.1.5. Add --with-hash-map, which sets $glucat_use_hash_map, which adds -D_USE_GLUCAT_GNU_CXX_HASH_MAP to CXXFLAGS. Move test for <boost/numeric/ublas/lu.hpp> to an earlier part of configure. Fix test for Woverloaded-virtual. Increase O3 -finline-limit to 1600. Add test for mcmodel=medium to support AMD64 medium model. |
|
More...
|
over 21 years ago
|
Update using cvs2cl.pl |
|
More...
|
about 22 years ago
|
Use test results from runs of this version. |
|
More...
|
about 22 years ago
|
Update to version 0.1.4 |
|
More...
|
about 22 years ago
|
Make tests depend on template parameters rather than fixed typedefs. |
|
More...
|
about 22 years ago
|
Decrease DEFAULT_Inv_Fast_Dim_Threshold to 1 << 4 |
|
More...
|
about 22 years ago
|
Minor tidy up. Define and use permutation_t. |
|
More...
|
about 22 years ago
|
Previous implementation was too slow. Optimize: o Use bitset_t as much as possible. o New member function lex_less_than() o Make operator<() into a member function. |
|
More...
|
about 22 years ago
|
New index_set<> member function less_less_than. Make operator< into a member function. |
|
More...
|
about 22 years ago
|
Update using cvs2cl.pl |
|
More...
|
about 22 years ago
|
Describe changes for version 0.1.4. Reformat. |
|
More...
|
about 22 years ago
|
Update to version 0.1.4 |
|
More...
|
about 22 years ago
|
Change mapping of index_set_t to bitset_t to make index 0 of index_set_t a "virtual" bit rather than a real dead bit of bitset_t. This allows DEFAULT_LO to be reduced by 1, and DEFAULT_HI to be increased by 1. For a 32 bit unsigned long, the default index_set_t is now index_set<-16,16>, using std::bitset<32> rather than index_set<-15,15>, using std::bitset<31>. |
|
More...
|
about 22 years ago
|
Reformat: change tabs to spaces, fold long lines, tidy up. |
|
More...
|
about 22 years ago
|
Add to CVS. This should have been added for glucat-0.1.3 and tagged release_0_1_3 |
|
More...
|
about 22 years ago
|