Pinned Repositories
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
Eigen-Levenberg-Marquardt-Optimization
Code for tutorial on how to use Eigen's LM optimization
git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
git-crecord
Git subcommand to interactively select changes to commit or stage
json
JSON for Modern C++
kalman
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3
kalman-cpp
Basic Kalman filter implementation in C++ using Eigen
ParSTLTests
Tests with some parallel algorithms in MSVC implementation
spaghetti
A simple and easy C++ Finite State Machine (FSM) container, with full manual
peno2's Repositories
peno2/Eigen-Levenberg-Marquardt-Optimization
Code for tutorial on how to use Eigen's LM optimization
peno2/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
peno2/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
peno2/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
peno2/git-crecord
Git subcommand to interactively select changes to commit or stage
peno2/json
JSON for Modern C++
peno2/kalman
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3
peno2/kalman-cpp
Basic Kalman filter implementation in C++ using Eigen
peno2/ParSTLTests
Tests with some parallel algorithms in MSVC implementation
peno2/spaghetti
A simple and easy C++ Finite State Machine (FSM) container, with full manual
peno2/static_vector
A dynamically-resizable vector with fixed capacity and embedded storage
peno2/VariantTalk
Example code and slides for my talk "std::variant and the Power of Pattern Matching"