openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Julia Programming Language
Settings
|
Report Duplicate
18
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Nov 16, 2024 — Nov 16, 2025
Showing page 2,281 of 2,321
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Don't need the sign product in the rem/mod tests.
Stefan Karpinski
More...
about 15 years ago
fixing bug in backquote
Jeff Bezanson
More...
about 15 years ago
fixing up uses of mod vs. rem throwing DivideByZeroError where appropriate
Jeff Bezanson
More...
about 15 years ago
The div and fld operations only really make sense for Reals.
Stefan Karpinski
More...
about 15 years ago
Since char is always positive, fld = div.
Stefan Karpinski
More...
about 15 years ago
Merge branch 'master' of git:julia
Stefan Karpinski
More...
about 15 years ago
Correct div, fld, rem & mod behavior with comprehensive testing.
Stefan Karpinski
More...
about 15 years ago
Move colorimetry.j to attic
Viral B. Shah
More...
about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia
Jeff Bezanson
More...
about 15 years ago
renaming old permute() to nthperm(), which is what it does adding == for symbols
Jeff Bezanson
More...
about 15 years ago
inv() and cond()
Viral B. Shah
More...
about 15 years ago
Extend the \ polyalgorithm to try a cholesky for potentially SPD matrices
Viral B. Shah
More...
about 15 years ago
Add det()
Viral B. Shah
More...
about 15 years ago
Refactoring basic functions out of lapack.j into linalg.j
Viral B. Shah
More...
about 15 years ago
Matrix norm works now
Viral B. Shah
More...
about 15 years ago
Add .^ for arrays
Viral B. Shah
More...
about 15 years ago
Factor out linear algebra stuff into linalg.j Add norm
Viral B. Shah
More...
about 15 years ago
Faster trace
Viral B. Shah
More...
about 15 years ago
Add permute and ipermute
Viral B. Shah
More...
about 15 years ago
Fix 2d version of reduce
Viral B. Shah
More...
about 15 years ago
N-d reductions
Viral B. Shah
More...
about 15 years ago
Put cat special cases before general cases to be consistent with the way other code is organized.
Viral B. Shah
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
Jeff Bezanson
More...
about 15 years ago
finish converting jltypes.c for new GC making type cache a bit more efficient
Jeff Bezanson
More...
about 15 years ago
adding back some special cases of cat. makes randmatstat work again. no shame in performance whoring.
Jeff Bezanson
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
Jeff Bezanson
More...
about 15 years ago
A first cut of general purpose N-d cat
Viral B. Shah
More...
about 15 years ago
Fix bug in the hcat case for vectors
Viral B. Shah
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
Viral B. Shah
More...
about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia
Viral B. Shah
More...
about 15 years ago
←
1
2
…
2277
2278
2279
2280
2281
2282
2283
2284
2285
…
2320
2321
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree