julia-language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 540 public repositories matching this topic...
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
Only relevant to pyplot with most recent matplotlib
plot(1:10)
sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-i
-
Updated
Jun 29, 2020 - Julia
-
Updated
Aug 20, 2020 - Julia
-
Updated
Aug 17, 2020 - TypeScript
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
-
Updated
Jul 27, 2020 - Makefile
-
Updated
Aug 13, 2020
-
Updated
Jul 19, 2020 - Julia
-
Updated
Aug 20, 2020 - Julia
-
Updated
Mar 10, 2019 - Julia
-
Updated
Jan 15, 2020 - Kotlin
-
Updated
Aug 15, 2020 - Julia
-
Updated
Aug 19, 2020 - Julia
-
Updated
Aug 14, 2020 - Python
-
Updated
Nov 11, 2019 - Julia
-
Updated
Jul 22, 2020
-
Updated
Aug 3, 2020 - Julia
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
-
Updated
Aug 3, 2020 - Julia
-
Updated
Dec 21, 2019 - Jupyter Notebook
-
Updated
Aug 17, 2020 - Julia
-
Updated
Aug 6, 2020 - Julia
-
Updated
Aug 11, 2020 - Shell
-
Updated
Aug 13, 2020 - Julia
-
Updated
Aug 10, 2020 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia
I just noticed the
Randomstdlib has anUnsafeViewtype for filling arrays. With the new layout optimizations, this should no longer be necessary. We should try using the normal SubArray type for this. If it's still too slow/complex, then at least the type can be made safe by holding the underlying array directly instead of aPtr.