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 730 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Julia
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
It would be nice to support adding arrow annotations to plots, similar to pyplot.arrow (from #245).
-
Updated
Oct 22, 2021 - Julia
-
Updated
Oct 14, 2021 - Julia
From here: http://makie.juliaplots.org/stable/plotting_functions/heatmap.html#MakieCore.heatmap there is really no info, e.g. how to choose colormap, how to set color range.
-
Updated
Oct 21, 2021 - CSS
-
Updated
Aug 17, 2021 - Julia
-
Updated
Jul 15, 2021 - Makefile
-
Updated
Oct 12, 2021 - Julia
API documentation
-
Updated
Aug 21, 2020
-
Updated
Oct 8, 2021 - Julia
-
Updated
Oct 18, 2021 - Julia
I am not sure that this is documented
fh = jldopen(FileName,"r")
println(keys(fh))
close(fh)
If it actually is, where do I find it? If not, is a PR of the readme welcomed?
-
Updated
Oct 6, 2021 - Julia
-
Updated
Oct 7, 2021
-
Updated
Mar 28, 2021 - Kotlin
-
Updated
Sep 13, 2021 - Julia
-
Updated
Oct 13, 2021 - Python
-
Updated
Dec 18, 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
Mar 25, 2021 - Shell
-
Updated
Oct 7, 2021 - Julia
-
Updated
Aug 8, 2021 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia

The docstring for
aproposcould mention the shorthandhelp?> "string"version as well, I useaproposall the time but just learned about this shorthand <3Originally posted by @baggepinnen in JuliaLang/julia#37523 (comment)
This would be a good first doc issue - the definition for
aproposand its docstring can be found here:https://github.