18
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't need the sign product in the rem/mod tests. More... about 15 years ago
fixing bug in backquote More... about 15 years ago
fixing up uses of mod vs. rem throwing DivideByZeroError where appropriate More... about 15 years ago
The div and fld operations only really make sense for Reals. More... about 15 years ago
Since char is always positive, fld = div. More... about 15 years ago
Merge branch 'master' of git:julia More... about 15 years ago
Correct div, fld, rem & mod behavior with comprehensive testing. More... about 15 years ago
Move colorimetry.j to attic More... about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... about 15 years ago
renaming old permute() to nthperm(), which is what it does adding == for symbols More... about 15 years ago
inv() and cond() More... about 15 years ago
Extend the \ polyalgorithm to try a cholesky for potentially SPD matrices More... about 15 years ago
Add det() More... about 15 years ago
Refactoring basic functions out of lapack.j into linalg.j More... about 15 years ago
Matrix norm works now More... about 15 years ago
Add .^ for arrays More... about 15 years ago
Factor out linear algebra stuff into linalg.j Add norm More... about 15 years ago
Faster trace More... about 15 years ago
Add permute and ipermute More... about 15 years ago
Fix 2d version of reduce More... about 15 years ago
N-d reductions More... about 15 years ago
Put cat special cases before general cases to be consistent with the way other code is organized. More... about 15 years ago
support serializing structs and any bits types converting codegen.cpp for new GC, other GC-related stuff in intrinsics.cpp fixing local var bug in interpreter More... about 15 years ago
finish converting jltypes.c for new GC making type cache a bit more efficient More... about 15 years ago
adding back some special cases of cat. makes randmatstat work again. no shame in performance whoring. More... about 15 years ago
removing some redundant converts making promote_type() case unnecessary more efficient map() for Arrays another type intersection fix converting part of jltypes.c for new GC More... about 15 years ago
A first cut of general purpose N-d cat More... about 15 years ago
Fix bug in the hcat case for vectors More... about 15 years ago
Add promote_type(T::Type...) Concatenation code refactored to prepare for N-d cat Concatenation now works on Arrays of mixed element types Factor out assert/error into error.j More... about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia More... about 15 years ago