LinearAlgebraicRepresentation.jl icon indicating copy to clipboard operation
LinearAlgebraicRepresentation.jl copied to clipboard

Official repository of the package LAR for Julia.

Results 8 LinearAlgebraicRepresentation.jl issues
Sort by recently updated
recently updated
newest added

I found I had to use `add "LinearAlgebraicRepresentation"` instead of `add("LinearAlgebraicRepresentation")` which errored out with `ERROR: Could not determine command` and wanted to update the README to include also this...

You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...

Easter Assignment 2019 from @apaoluzzi . Do note the following changes: - `r86, src/arrangement/planar_arrangement.jl` ``` if i != edge_idx && edge_idx in bigPI[i] #

Esonero Maria Teresa Graziano

The name of the new files is something like "simplexn-serial*" or "psimplexn*" (and "simplexn-speedup.jl"). **NOTE**: the input/output format of some of our functions is different from the "simplexn.jl" ones, you...

Any interest in collaborating on a demo to visualize your 3D datastructure in Julia interactively? This kind of solid modeling datastructure is very close to what I was hoping to...