https://github.com/cvdlab/linearalgebraicrepresentation.jl
Official repository of the package LAR for Julia.
https://github.com/cvdlab/linearalgebraicrepresentation.jl
arrangements arxiv cellular-complexes chain-complexes julia-package polyhedra
Last synced: 10 months ago
JSON representation
Official repository of the package LAR for Julia.
- Host: GitHub
- URL: https://github.com/cvdlab/linearalgebraicrepresentation.jl
- Owner: cvdlab
- License: mit
- Created: 2017-03-24T10:35:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:10:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T20:03:58.603Z (11 months ago)
- Topics: arrangements, arxiv, cellular-complexes, chain-complexes, julia-package, polyhedra
- Language: Julia
- Size: 93.9 MB
- Stars: 39
- Watchers: 10
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LinearAlgebraicRepresentation.jl
[](https://travis-ci.org/cvdlab/LinearAlgebraicRepresentation.jl)
[](https://ci.appveyor.com/project/furio/linearalgebraicrepresentation-jl/branch/master)
[](https://coveralls.io/github/cvdlab/LinearAlgebraicRepresentation.jl?branch=master)
[](https://cvdlab.github.io/Lar.jl/)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fcvdlab%2FLinearAlgebraicRepresentation.jl?ref=badge_shield)
[](http://dx.doi.org/10.1016/j.cad.2013.08.044)
[](https://arxiv.org/abs/1704.00142)
[](https://arxiv.org/abs/1710.07819)
[](https://dx.doi.org/10.1145/3401988)
[](https://dx.doi.org/10.1016/j.cad.2022.103436)
Official Julia implementation of [LAR](http://dx.doi.org/10.1016/j.cad.2013.08.044), the Linear Algebraic Representation for Solid Modeling.
## Installing
```julia
using Pkg
Pkg.add("LinearAlgebraicRepresentation")
```
It is strongly suggested to use tha last Julia version:
[https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938)
## Documentation
Go to [the documentation page](https://cvdlab.github.io/LinearAlgebraicRepresentation.jl/)