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