How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
C++ library for solving large sparse linear systems with algebraic multigrid method
NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces
Fast multi-dimensional generalized histogram with convenient interface for C++14
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3
The main features of mherb/kalman are: Mathematics and Statistics.
Open-source alternatives to mherb/kalman include: ddemidov/amgcl — C++ library for solving large sparse linear systems with algebraic multigrid method. dpilger26/numcpp — NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array… effolkronium/random — Random for modern C++ with convenient API. fengwang/matrix — A modern, C++20-native, single-file header-only dense 2D matrix library. forceflow/libmorton — C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates. boostorg/histogram — Fast multi-dimensional generalized histogram with convenient interface for C++14.