Include change to test/Makefile.am |
|
More...
|
over 22 years ago
|
Do not install glucat binary |
|
More...
|
over 22 years ago
|
Changes up to GluCat 0.1.0 |
|
More...
|
over 22 years ago
|
Add news for GluCat 0.1.0 |
|
More...
|
over 22 years ago
|
Use GluCat 0.1.0 test output |
|
More...
|
over 22 years ago
|
Use std::numeric_limits<>::max() |
|
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(). |
|
More...
|
over 22 years ago
|
Use matrix:: rather than using namespace matrix. |
|
More...
|
over 22 years ago
|
Use numeric_limits<>::quiet_NaN to return NaN when appropriate. |
|
More...
|
over 22 years ago
|
Remove operator== - no longer needed |
|
More...
|
over 22 years ago
|
Use uBLAS rather than MTL. |
|
More...
|
over 22 years ago
|
Clean up time_mult() interface. Add input validation to prevent test with a value which is too big. |
|
More...
|
over 22 years ago
|
Add commented options for Intel C++, debugging, profiling. Rearrange commented options. |
|
More...
|
over 22 years ago
|
Update to GluCat 0.1.0. |
|
More...
|
over 22 years ago
|
Update to GluCat 0.1.0. Use newer version of Doxygen. |
|
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. |
|
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. |
|
More...
|
over 22 years ago
|
Add Joerg Walter and Carlos O'Ryan. Sort credits alphabetically. |
|
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. |
|
More...
|
over 22 years ago
|
Clean up call to basis_element() |
|
More...
|
over 22 years ago
|
Clean up interface to inner(). |
|
More...
|
over 22 years ago
|
Use simplified mono_prod(). |
|
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(). |
|
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 |
|
More...
|
over 22 years ago
|
Remove autogenerated file. |
|
More...
|
over 22 years ago
|
Remove dense_matrix_t, sparse_matrix_t, col_matrix_t - no longer needed. |
|
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. |
|
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. |
|
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. |
|
More...
|
over 22 years ago
|
Use UBLAS rather than MTL. |
|
More...
|
over 22 years ago
|