Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Rezku Point of Sale
Designed for Real-World Restaurant Operations
Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
SLEEF stands for SIMD Library for Evaluating Elementary Functions. SLEEF implements vectorized versions of all C99 math functions, that utilize SIMD instructions of modern processors to make computation more efficient. The library also includes vectorized DFT subroutines.
...LINUX, MAC OR WINDOWS SPECIFIED FOLDER) TO ALLOW THE PROGRAM TO FIND THE PREDESIGNED DATA.
* UPDATE NOTE:
-> Sep-1-2020: add an update for Ubuntu-20.04. You will need Boost library installed (sudo apt-get install libboost-all-dev)
-> Mar-7-2018: revise header terms in the output file
TRSL is a C++ library that implements several (statistical) sampling schemes behind an (STL-like) iterator interface. The library may be used e.g. in particle filtering. It is distributed under the Boost SL (BSL is a free-software license).
CVM C++ Class Library encapsulates concepts of vector and square, band, symmetric and hermitian matrices in Euclidean space of real and complex numbers. It utilizes BLAS and LAPACK Fortran libraries. See http://cvmlib.com for binaries and more details.
ANGEL-Automatic differentiation Nested Graph Elimination Library is a template library using the Boost Graph Library and the Standard C++ Library; it provides sparse representations of c-graphs their dual line graphs and vertex, edge and face elimina
MathX is a fixed-length arithmetic-types written in pure c++ templates.
The goal is to provide signed-integer, unsigned-integer, IEEE-754 float-point and fixed-point types, all with specific number of bits.
To this moment, only signed-integer and unsigned-integer are completed for little-endain architecture.
Any compiler that support c++03 or c++11 can successfully compile MathX.
Refer to README for more information.
Runge is an Interactive Solver for Systems of Differential Equations
...It allows to export results to MS Excel and MATLAB.
It's multilingual. It currently supports Englis and Russian languages.
It's free. It's distributed under the Boost Software License.
Simple, fast coordinate conversion for commonly used geodetic and Cartesian coordinate systems. Also includes functions for Euler angles and a tutorial on what they are and how to handle them. Written for Gnu/UNIX but easily ported to others.
...In develop cmelib used Reverse Polish Notation.
Once created reverse polish notation from algebraic expression, it can be evaluated with different variable's values.
Library required in Boost.
Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.
Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
IMPORTANT: This project have been migrated to GitHub (https://github.com/krvajalmiguelangel/libnumerica)
To use this or leave feedback, please visit github site instead.
numerica implements some of the basic
numerical algorithms about root-finding, interpolation, system of linear equations, integration, and ordinary differential equations. The aim is to be simple, code-readable and generic. New features of the recently approved c++11 are used.
Implementation of algorithm from paper 'Numerical Approximation of Option Premia in Displaced-Lognormal Heston Models' by A Dickinson. For code: click link under 'Develop' & checkout via svn or click link under Browse Code->SVN & download tarball
BIL++ is a set of standalone C++ packages for data processing in Bioinformatics (Graph mining, Bayesian networks, Genetic algorithm, Discretization, Gene expression data analysis, Hypothesis testing).
A concept driven wholly templated generative computational geometry library using specialized traits to describe and access the user's custom geometric primitives.
Math-fi library written in C++ and boost library. This contains a C++ library with severals financial models (Monte carlo, Binary Tree, Black and Schools formulas) and a managed C++ wrapper that allows end user to use library within Excel.
Auxiliary tools for Boost uBLAS library. Has several strategy-driven functors for:
1) random-generating of vectors & matrices
2) Nice & suitable stream output of them
3) Equality-compare capacibility for vectors and matrices and approximate comparing.
...Easily customised without rewriting or copying. Dimensions can be specified at compile time or at run time. Psi arrays are proper objects and include arithmetic operations etc. Boost License.
uBLAS is a C++ template class library that provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices and many numerical algorithms for linear algebra.
boost_graph tried to wrap the C++ Boost Graph library in Python, providing graph algorithms like Breadth First Search, DFS, Shortest Path, Topological sort. This project is dead (http://bayleshanks.com/pamv1)