@hackage goal-core0.20
Common, non-geometric tools for use with Goal
Categories
License
BSD-3-Clause
Maintainer
sacha.sokoloski@mailbox.org
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (19)
- async
- base >=4.13 && <4.15
- bytestring
- cassava
- containers
- criterion Show all…
Dependents (4)
@hackage/goal-simulation, @hackage/goal-graphical, @hackage/goal-probability, @hackage/goal-geometry
This is the least interesting package in the Goal libraries, and serves simply to re-export existing libraries and provide essential utility factors in a manner that is compatible with Goal. Nevertheless, there are a few modules worth highlighting.
Goal.Core.Circuit: Provides an implementation of monadic Mealy automata to facilitate simple stream-based processing.
Goal.Core.Vector.Storable: Combines the vector-sized and hmatrix libraries to provide efficient linear algebra with static sizes.