Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.68 KB

Implicit arrays for Julia

The ImplicitArrays.jl package provides multiple implicit array types for the Julia 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.

Installation

In the Julia shell, switch to the Pkg shell by pressing ] and enter the following command:

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:

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.