An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LinearAlgebraicRepresentation.jl

[![Build Status](https://travis-ci.org/cvdlab/LinearAlgebraicRepresentation.jl.svg?branch=master)](https://travis-ci.org/cvdlab/LinearAlgebraicRepresentation.jl)
[![Window build status](https://ci.appveyor.com/api/projects/status/6hjh8qx2u4asr73a/branch/master?svg=true)](https://ci.appveyor.com/project/furio/linearalgebraicrepresentation-jl/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/cvdlab/LinearAlgebraicRepresentation.jl/badge.svg?branch=master)](https://coveralls.io/github/cvdlab/LinearAlgebraicRepresentation.jl?branch=master)
[![Read the Docs](https://img.shields.io/readthedocs/pip.svg)](https://cvdlab.github.io/Lar.jl/)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcvdlab%2FLinearAlgebraicRepresentation.jl.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcvdlab%2FLinearAlgebraicRepresentation.jl?ref=badge_shield)

[![DOI](https://zenodo.org/badge/doi/10.1016/j.cad.2013.08.044.svg)](http://dx.doi.org/10.1016/j.cad.2013.08.044)
[![Arxiv](http://img.shields.io/badge/Arxiv-1704.00142-b31b1b.svg)](https://arxiv.org/abs/1704.00142)
[![Arxiv](http://img.shields.io/badge/Arxiv-1710.07819-b31b1b.svg)](https://arxiv.org/abs/1710.07819)
[![DOI](https://zenodo.org/badge/doi/10.1145/3401988.svg)](https://dx.doi.org/10.1145/3401988)
[![DOI](https://zenodo.org/badge/doi/10.1016/j.cad.2022.103436.svg)](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/)