13 years ago
Highlights
Community contributions featured13 years ago
I you are using lapack to do the linear algebra stuff, the functions dpotrf and dpotrs will do what you need here.
13 years ago
13 years, 4 months ago
Hello everyone, So I was thinking about how to store the game state for all entities. Let's say we have two properties, position and velocity. If each entity has the same…
13 years, 4 months ago
Hello guys, Has anyone tried to compress voxel data with compressed sensing? It seems to be a suitable application. If you for example consider only voxels on the surface…
13 years, 8 months ago
Latest Activity
See all in DiscussionsI you are using lapack to do the linear algebra stuff, the functions dpotrf and dpotrs will do what you …
13 years ago
Kalman filter predict/update equations are here: https://en.wikipedia.org/wiki/Kalman_filter I have implemented the Kalman filter and it works nicely. However, the …
13 years ago
You cannot use a matrix to project onto a box like that. A projection matrix projects onto a linear subspace …
13 years, 3 months ago