vector-sized
clifford
vector-sized | clifford | |
---|---|---|
1 | - | |
33 | 15 | |
- | - | |
2.3 | 0.0 | |
3 months ago | over 10 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vector-sized
-
Practical examples of how dependent types are going to help Haskellers who don't know anyhting about them.
I can think of one (correct me if I'm wrong): In the vector-sized library, if I currently index 5 into a vector that's known at compile-time to be only of size 2, I won't get a compile-time error, but throw an error at runtime. I'm guessing after dependent types get introduced, this library's developers can now start giving us a compile time error.
clifford
We haven't tracked posts mentioning clifford yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
vector-th-unbox - Deriver for unboxed vectors using Template Haskell
modular-arithmetic - A useful type for working with integers modulo some constant.
casadi-bindings - haskell bindings to the CasADi algorithmic differentiation and optimal control library
matrix - A Haskell native implementation of matrices and their operations.
vector - An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
hgeometry - HGeometry is a library for computing with geometric objects in Haskell. It defines basic geometric types and primitives, and it implements some geometric data structures and algorithms.
vector-space-points - A type for points, as distinct from vectors.
grid - Tools for working with regular grids/graphs/lattices.
vector-space-map - vector-space operations for finite maps using Data.Map
semigroups - Haskell 98 semigroups
vector-binary-instances - Instances for the Haskell Binary class, for the types defined in the popular vector package.
nimber - Finite nimber arithmetic