1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tidy
Mike Anderson
as mikera
More... about 11 years ago
optimise rank calculation
Mike Anderson
as mikera
More... about 11 years ago
Merge pull request #45 from prasant94/rank More... about 11 years ago
change api to use SVD instead of SvdImplicitQr, add method to compute rank from ISVDResult More... about 11 years ago
change return value of getSingularValues from double[] to AVector, add docs in SVD More... about 11 years ago
minor refactoring More... about 11 years ago
Merge branch 'develop' of https://github.com/mikera/vectorz into rank More... about 11 years ago
add rank class + tests More... about 11 years ago
misc edits
Mike Anderson
as mikera
More... about 11 years ago
more DenseColumnMatrix overrides
Mike Anderson
as mikera
More... about 11 years ago
more DenseColumnMatrix overrides
Mike Anderson
as mikera
More... about 11 years ago
overrides for DenseColumnMatrix
Mike Anderson
as mikera
More... about 11 years ago
tests for degenerate MAtrix instances
Mike Anderson
as mikera
More... about 11 years ago
improve wrapStrided case handling
Mike Anderson
as mikera
More... about 11 years ago
docs
Mike Anderson
as mikera
More... about 11 years ago
make Matrixx.wrapStrided return DenseColumnMatrix where necessary
Mike Anderson
as mikera
More... about 11 years ago
extra tests for DenseColumnMatrix
Mike Anderson
as mikera
More... about 11 years ago
DenseColumnMatrix cloning
Mike Anderson
as mikera
More... about 11 years ago
more DenseColumnMatrix refactoring and overrides
Mike Anderson
as mikera
More... about 11 years ago
more refactoring
Mike Anderson
as mikera
More... about 11 years ago
more refactoring to use i,j as indices
Mike Anderson
as mikera
More... about 11 years ago
refactor to use i,j as Matrix indices
Mike Anderson
as mikera
More... about 11 years ago
get and set for DenseColumnMatrix
Mike Anderson
as mikera
More... about 11 years ago
more DenseColumnMatrix tuning
Mike Anderson
as mikera
More... about 11 years ago
fast column access for DenseColumnMatrix
Mike Anderson
as mikera
More... about 11 years ago
add a DenseColumnMatrix class
Mike Anderson
as mikera
More... about 11 years ago
Merge pull request #44 from prasant94/develop More... about 11 years ago
add tests in TestAltLU for getP More... about 11 years ago
refactoring getP bug fix More... about 11 years ago
fix getP bug More... about 11 years ago