hroest / CppLowessLinks
A pure C++ implementation of the lowess algorithm using templates
☆21Updated 10 years ago
Alternatives and similar repositories for CppLowess
Users that are interested in CppLowess are comparing it to the libraries listed below
Sorting:
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆87Updated last year
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆82Updated last year
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated 11 months ago
- A header-only C++ library for k nearest neighbor search with Eigen3.☆53Updated 4 years ago
- C++ fast hierarchical clustering algorithms☆88Updated 2 years ago
- A C++ library that allows you to plot data just as in MATLAB☆24Updated 11 years ago
- Levenberg-Marquardt nonlinear least squares algorithms in C/C++☆22Updated 2 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆121Updated last year
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- Flexible Library for Efficient Numerical Solutions☆127Updated 4 months ago
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆73Updated 2 weeks ago
- A demonstration of speeding up a 1D convolution using SSE☆51Updated 9 years ago
- Plugin to Eigen3 to initialize Matrices with C++11 Initializer_lists☆25Updated 8 years ago
- Automatic Differentiation C++ Library☆58Updated 4 years ago
- NumPy-compatible multidimensional arrays in C++☆162Updated last year
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago
- A Light-weight and Fast Template Matrix Library☆134Updated 12 years ago
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆56Updated 11 months ago
- C++ multidimensional arrays in the spirit of the STL☆202Updated 5 months ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- GTL (Graph Template Library) is a STL based library, which provides necessary classes and algorithms for the work with graphs.☆21Updated 3 years ago
- A C++17 interface for HDF5☆98Updated 2 months ago
- The x template library☆227Updated 3 weeks ago
- Library with colormaps for C++☆29Updated 2 years ago
- A generic C++11 k-means clustering implementation☆214Updated 6 months ago
- The Numerical Template Toolbox - C++ Scientific Computing Made Easy☆42Updated 9 years ago
- Just another header-only C++17 CSV parser☆16Updated last week
- An implementation of the Nelder-Mead simplex method.☆26Updated 9 years ago
- A simple C++17 lib that helps you to quickly plot your data with GnuPlot☆49Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago