vector-sized
vector-space-points
vector-sized | vector-space-points | |
---|---|---|
1 | - | |
33 | 1 | |
- | - | |
2.3 | 0.0 | |
2 months ago | almost 6 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.
vector-space-points
We haven't tracked posts mentioning vector-space-points yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
clifford - Clifford algebra for Haskell! :D
vector-binary-instances - Instances for the Haskell Binary class, for the types defined in the popular vector package.
vector-th-unbox - Deriver for unboxed vectors using Template Haskell
vector-fftw - A Haskell binding to the fftw library
casadi-bindings - haskell bindings to the CasADi algorithmic differentiation and optimal control library
vector-instances - Additional Instances for Data.Vector
vector - An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
nimber - Finite nimber arithmetic
vector-space-map - vector-space operations for finite maps using Data.Map
vector-functorlazy - vectors supporting lazy fmap application; asymptotically faster in some cases
vector-clock