eigen-library topic

List eigen-library repositories

csaps-cpp

33
Stars
12
Forks
Watchers

Eigen based C++11 implementation of cubic spline approximation (smoothing)

Epigraph

140
Stars
15
Forks
Watchers

A C++ interface to formulate and solve linear, quadratic and second order cone problems.

sensor-fusion

169
Stars
54
Forks
Watchers

Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar

RcppEigen

109
Stars
40
Forks
Watchers

Rcpp integration for the Eigen templated linear algebra library

extended_kalman_filter_cpp

18
Stars
2
Forks
Watchers

An Extended Kalman Filter (that uses a constant velocity model) in C++. This EKF fuses LIDAR and RADAR sensor readings to estimate location (x,y) and velocity (vx, vy).

EiCOS

28
Stars
3
Forks
Watchers

A C++ Second Order Cone Solver based on Eigen

voxel-traversal

16
Stars
1
Forks
Watchers

Simple and fast voxel traversal with C++17 and Eigen

ASALI

49
Stars
8
Forks
Watchers

Do you work with chemical reactors? Are you curious about them? ASALI is the open-source code that you are looking for. Chemical reactor models, transport/thermodynamic properties of gases, equilibriu...

OpenKF

88
Stars
20
Forks
Watchers

This is an open source Kalman filter C++ library based on Eigen3 library for matrix operations. The library has generic template based classes for most of Kalman filter variants including: (1) Kalma...