casadi-bindings
haskell bindings to the CasADi algorithmic differentiation and optimal control library (by ghorn)
linear
Low-dimensional linear algebra primitives for Haskell. (by ekmett)
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
casadi-bindings | linear | |
---|---|---|
0 | 8 | |
4 | 194 | |
- | - | |
0.0 | 0.0 | |
almost 5 years ago | 2 months ago | |
C++ | Haskell | |
GNU Lesser General Public License v3.0 only | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
casadi-bindings
Posts with mentions or reviews of casadi-bindings.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning casadi-bindings yet.
Tracking mentions began in Dec 2020.
linear
Posts with mentions or reviews of linear.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-11.
-
Is there an existing typeclass for differences?
That's pretty much exactly the abstraction used in the 'linear' package's Affine class, in which we find points separated by vectors.
-
What are the current challenges in Numerical Programming for Haskell?
Linear algebra: hmatrix again with its own array type (and linear but this is restricted to low dimensions)
-
Advanced programming exercises/apps recommendations to code
This is very niche, but something I've wanted to do for a while is to generate some cool physics example on the surface of a sphere with https://hackage.haskell.org/package/hamilton, and display it with https://reanimate.github.io/ (using https://hackage.haskell.org/package/linear for the projection)
- Advent of Code 2021 day 06
-
Monthly Hask Anything (June 2021)
See also the linear library, it contains types like data V3 a = V3 a a a with all of the useful instances.
What are some alternatives?
When comparing casadi-bindings and linear you can also consider the following projects:
nimber - Finite nimber arithmetic
nuha
moving-averages
effect-zoo - Comparing Haskell effect systems for ergonomics and speed
linear-accelerate - Instances to mix linear with accelerate
magma - magma algebraic library
reservoir - Reservoir Sampling Algorithms in Haskell
search - infinite search in finite time with Hilbert's epsilon
polysemy - :gemini: higher-order, no-boilerplate monads
vector - An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
metamorphic - metamorphisms (aka playing with: (fold, (.), unfold)
linear-algebra-cblas - Haskell BLAS bindings