0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove trailing underscore from cholFactorM_ More... over 13 years ago
Rename {scale,shift}By -> {scale,shift} More... over 13 years ago
Update example code More... over 13 years ago
Add swap{Rows,Cols} More... over 13 years ago
Remove old dense matrix code More... over 13 years ago
Add Packed.Tri module with bindings More... over 13 years ago
Add missing Matrix.Tri module; add routines to solve triangular systems More... over 13 years ago
Add Matrix.Tri module More... over 13 years ago
Cleaner mut/pure separation for Packed module More... over 13 years ago
Generalize type of 'freeze' More... over 13 years ago
Add documentation; rename getDiag to diagTo More... over 13 years ago
Cleaner mut/immut separation for Matrix More... over 13 years ago
(partially) convert matrix types to cleaner mut/pure separation More... over 13 years ago
Make STVector a newtype of vector; add possibility of changing STVector length More... over 13 years ago
Make mutable vector views use CPS More... over 13 years ago
Make Packed views return ST actions instead of arbitrary types More... over 13 years ago
Make matrix view function return ST actions instead of arbitrary types More... over 13 years ago
Make herm multiplication routines consistent More... over 13 years ago
Change arg order of mutable covariance matrix functions More... over 13 years ago
Make arg order for Vector.Statistics consistent More... over 13 years ago
Remove redundant type constraints More... over 13 years ago
More naming consistency issues More... over 13 years ago
Make mutable Cholesky functions consistent with rest of library More... over 13 years ago
Change mulAdd -> addMul More... over 13 years ago
Rename herm multiplication and update functions More... over 13 years ago
Disalow aliasing in matrix multiplication routines More... over 13 years ago
Update matrix row/col scale functions More... over 13 years ago
Update diagonal shift functions More... over 13 years ago
Change arg order of scale; replace 'M' with 'M_' suffix More... over 13 years ago
Change modify suffix from '_' to 'M' More... over 13 years ago