0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix opSetTensorScalarCast More... over 12 years ago
on to RC3-SNAPSHOT More... over 12 years ago
ready for RC2 release More... over 12 years ago
moved new plotting library to separate project More... over 12 years ago
basic implementation of dynamic code generation for efficient operator implementations More... over 12 years ago
Merge pull request #31 from jeshua/master More... over 12 years ago
removed svg support so as not to confound proguard More... over 12 years ago
added patch from Patryk Laurent for specifying color in plot command More... over 12 years ago
support for exporting svg images More... over 12 years ago
XYPlot correctly uses updated paint scale code More... over 12 years ago
use official netlib-java instead of scalanlp.org hosted More... over 12 years ago
added basics of new plotting library based on protovis More... over 12 years ago
added more color literals from protovis More... over 12 years ago
extracted graphics export code to standalone helper class More... over 12 years ago
add -Yrepl-sync for scala 2.9 -- might break non-default 2.8 More... over 12 years ago
ignore *~ backup files More... over 12 years ago
added @serializable to DenseMatrix More... over 12 years ago
added accumulate, cumsum, and cumprod to Tensor1 More... over 12 years ago
support for boolean operations on booleans More... over 12 years ago
added boolean operators && || ^^ and ! More... over 12 years ago
added linspace More... over 12 years ago
added link to github gist More... over 12 years ago
easier to specify color of each bubble in scatter More... over 12 years ago
depend on xsbt-proguard-plugin 0.1-SNAPSHOT for java 7 support More... over 12 years ago
Added qr factorization, thanks to Jesh Bratman More... over 12 years ago
support publishing to scala-tools repo using ivy credentials More... over 12 years ago
upgraded to sbt 0.11.0 More... over 12 years ago
improve console by using jline to determine default number of rows and columns in matrix and vector toString More... over 12 years ago
added ? methods such as +? *? /? etc, that return the BinaryOp that used to do the corresponding operation as a means of simplifying debugging custom operator implementations. added more scaladoc. More... over 12 years ago
added toDense to Matrix, VectorRow, and VectorCol More... over 12 years ago