https://github.com/tkemmer/implicitarrays.jl
Implicit Arrays for Julia
https://github.com/tkemmer/implicitarrays.jl
julia
Last synced: 12 days ago
JSON representation
Implicit Arrays for Julia
- Host: GitHub
- URL: https://github.com/tkemmer/implicitarrays.jl
- Owner: tkemmer
- License: mit
- Created: 2019-11-20T15:58:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T02:18:12.000Z (over 1 year ago)
- Last Synced: 2025-02-23T03:19:39.033Z (over 1 year ago)
- Topics: julia
- Language: Julia
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# Implicit arrays for Julia
[](https://github.com/tkemmer/ImplicitArrays.jl/actions/workflows/CI.yml)
[](https://github.com/tkemmer/ImplicitArrays.jl/blob/master/LICENSE)
[](https://tkemmer.github.io/ImplicitArrays.jl/stable)
[](https://tkemmer.github.io/ImplicitArrays.jl/dev)
The `ImplicitArrays.jl` package provides multiple implicit array types for the [Julia](https://julialang.org) programming language.
## Implicit array types
A full list of implicit array types provided by this package (along with code examples) is available in the [documentation](https://tkemmer.github.io/ImplicitArrays.jl/dev).
## Installation
In the Julia shell, switch to the
`Pkg` shell by pressing `]` and enter the following command:
```sh
pkg> add ImplicitArrays
```
## Testing
`ImplicitArrays.jl` provides tests for most of its functions. You can run the test suite with the
following command in the `Pkg` shell:
```sh
pkg> test ImplicitArrays
```
## Citing
If you use `ImplicitArrays.jl` in your research, please cite the following publication:
> Kemmer, T (2021). Space-efficient and exact system representations for the nonlocal protein
> electrostatics problem. Ph. D. thesis, Johannes Gutenberg University Mainz. Mainz, Germany.
Citation items for BibTeX can be found in [CITATION.bib](https://github.com/tkemmer/ImplicitArrays.jl/blob/master/CITATION.bib).