1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Oct 22, 2024 — Oct 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
renamed Updates to InPlaceUpdates, added CopyUpdates Implemented CopyUpdates for Matrix. More... almost 11 years ago
refactored signed trait into a separate file. More... almost 11 years ago
refactored Zero and One traits More... almost 11 years ago
re-org of number library. More... almost 11 years ago
restricting the branches which will be compiled. More... almost 11 years ago
Some reorg of stat.moment module. More... almost 11 years ago
Incorporated build status. Linked to Rust-CI hosted documentation More... almost 11 years ago
Six matrix update functions added. They allow us to add/subtract/multiply a vector to each row or column of a matrix. More... almost 11 years ago
Shifted out Matrix Updates More... almost 11 years ago
calculation of variance of column vectors. More... almost 11 years ago
power More... almost 11 years ago
add_elt, sub_elt_pow_elt More... almost 11 years ago
mean square computation. More... almost 11 years ago
Implemented mean for float matrices. More... almost 11 years ago
Introduced StridedFloatMatrix trait. More... almost 11 years ago
Made methods work with any StridedNumberMatrix More... almost 11 years ago
Moved start_offset to trait. More... almost 11 years ago
SRResult type added. More... almost 11 years ago
statistical moments module. More... almost 11 years ago
introduction of StridedNumberMatrix and Strided traits. More... almost 11 years ago
enabled stat package. More... almost 11 years ago
SRResult type added. More... almost 11 years ago
Implementation of trace and larger / smaller dimension. More... almost 11 years ago
removed some lines which I guess weren't working. More... almost 11 years ago
removed some warnings. More... almost 11 years ago
bug fixes related to changes in the way automatic conversion from array to slice was disabled in the language. More... almost 11 years ago
Fixed issues related to the changes in enum usage. More... almost 11 years ago
Bug in code with changed API. More... almost 11 years ago
moved some test code around. More... almost 11 years ago
Dependency cleanup and some rearranging of code into separate files. no more free for all use of use xyz::* More... almost 11 years ago