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:
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated last year
- A generic C++11 k-means clustering implementation☆216Updated 9 months ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆84Updated 2 months ago
- A demonstration of speeding up a 1D convolution using SSE☆51Updated 9 years ago
- A fast and flexible c++ template class for tree data structures☆115Updated 5 months ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- C++ fast hierarchical clustering algorithms☆90Updated 2 years ago
- A header-only C++ library for k nearest neighbor search with Eigen3.☆54Updated 4 years ago
- A modern, C++20-native, single-file header-only dense 2D matrix library.☆89Updated last year
- Flexible Library for Efficient Numerical Solutions☆127Updated 8 months ago
- A C++ library that allows you to plot data just as in MATLAB☆24Updated 11 years ago
- The x template library☆231Updated 4 months ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- A Light-weight and Fast Template Matrix Library☆132Updated 12 years ago
- Fastest CPU (AVX/SSE) RGB to grayscale: 2-4x faster than OpenCV. For image processing/computer vision.☆93Updated 4 years ago
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators☆122Updated last year
- Levenberg-Marquardt nonlinear least squares algorithms in C/C++☆24Updated 2 years ago
- C++ multidimensional arrays in the spirit of the STL☆203Updated 9 months ago
- Unofficial mirror of Blaze library on Bitbucket☆70Updated last month
- Automatic Differentiation C++ Library☆58Updated 5 years ago
- A simple C++17 lib that helps you to quickly plot your data with GnuPlot☆50Updated 2 years ago
- An implementation of the Nelder-Mead simplex method.☆27Updated 9 years ago
- Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data.☆199Updated 5 years ago
- fast log and exp functions for AVX2/AVX-512☆240Updated 10 months ago
- Header-only C++ program options parser library☆177Updated 2 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆67Updated 6 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated last month
- C++ convenience classes to be used with CUDA code, for both the host and the kerlel parts.☆55Updated 7 years ago
- A matrix and array operation library on GPU with Eigen compatible interface☆99Updated 8 years ago
- 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 5 years ago