1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
transpose and additional test for it More... almost 12 years ago
better matrix-multiply More... almost 12 years ago
add n-dimensional case to matrix-equals More... almost 12 years ago
fix Travis build More... almost 12 years ago
new "magic" system prototype works More... almost 12 years ago
Merge pull request #60 from mschuene/develop More... almost 12 years ago
loop-over works for 1d vectors More... almost 12 years ago
tune benchmarks according to results More... almost 12 years ago
more benchmarks, lazy benchmark generation More... almost 12 years ago
work in progress on loop-over More... almost 12 years ago
faster type check for matrix-equals More... almost 12 years ago
Merge pull request #62 from jdowns/develop More... almost 12 years ago
merge More... almost 12 years ago
Row operations complete - all tests passing More... almost 12 years ago
use matrix-multiply for all matrix types More... almost 12 years ago
fast matrix-equals ~400x faster than vector-based one for 300x2 matrix More... almost 12 years ago
Improved compliance tests - still failures with add-row not found for class nil, and failures with multiply-row for sparse map, sequence, persistent vector, ndarray and double array More... almost 12 years ago
Changed matrix variable from X to m More... almost 12 years ago
minimize benchmarking overhead More... almost 12 years ago
clarify shallowness of cloning More... almost 12 years ago
compliance tests failing in interesting ways More... almost 12 years ago
compliance tests failing in interesting ways More... almost 12 years ago
Completed default implementations by coercing to persistent vectors More... almost 12 years ago
Not sure how to test defaults More... almost 12 years ago
Merge branch 'master' of https://github.com/jdowns/matrix-api More... almost 12 years ago
Merge branch 'develop' of https://github.com/jdowns/matrix-api More... almost 12 years ago
removed additional whitespace More... almost 12 years ago
tests are working More... almost 12 years ago
Merge remote-tracking branch 'upstream/develop' into develop - should fix test failures on :persistent-map implementation More... almost 12 years ago
added identity-matrix? and zero-matrix? predicate functions to the public api with corresponding protocol and default implementation More... almost 12 years ago