Showing 91 open source projects for "math library"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    Compute Library

    Compute Library

    The Compute Library is a set of computer vision and machine learning

    The Compute Library is a set of computer vision and machine learning functions optimized for both Arm CPUs and GPUs using SIMD technologies. The library provides superior performance to other open-source alternatives and immediate support for new Arm® technologies e.g. SVE2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    ... them as PDF. In Ray Tracing in One Weekend, you will build a simple brute-force path tracer. Continuing with Ray Tracing: The Next Week, you will add textures, volumes (like fog), rectangles, instances, lights, and support for lots of objects using a bounding volume hierarchy (BVH). Finally, with Ray Tracing: The Rest Of Your Life, we'll dive into the math of creating a very serious ray tracer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    FastLED

    FastLED

    The FastLED library for colored LED animation on Arduino

    FastLED is a fast, efficient, easy-to-use Arduino library for programming addressable LED strips and pixels such as WS2810, WS2811, LPD8806, Neopixel and more. FastLED is used by thousands of developers, in countless art and hobby projects, and in numerous commercial products. We build FastLED to help you get started faster, develop your code faster, and make your code run faster. FastLED supports popular LEDs including Neopixel, WS2801, WS2811, WS2812B, LPD8806, TM1809, and more. The library...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    oneDNN

    oneDNN

    oneAPI Deep Neural Network Library (oneDNN)

    This software was previously known as Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) and Deep Neural Network Library (DNNL). oneAPI Deep Neural Network Library (oneDNN) is an open-source cross-platform performance library of basic building blocks for deep learning applications. oneDNN is part of oneAPI. The library is optimized for Intel(R) Architecture Processors, Intel Processor Graphics and Xe Architecture graphics. oneDNN has experimental support for the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
    Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
  • 5

    Utility Library

    collection of small helper functionality for daily programming

    This small library has been developed during research projects of the TU Chemnitz/IWP (https://www.tu-chemnitz.de/mb/iwp/). It consists of a DDE, a math and a network part. The code has been developed with Visual Studio. But in principle, it should also compile with other compilers (C++11/14 necessary!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Wheefun Math Library

    A C/C++ library for performing mathematics.

    The Wheefun Math Library (WFMATH) is a library that contains extended mathematical functionality not included in C89 and C++98. It aims to portably provide this functionality for projects which may require them. It uses an object-oriented framework, utilizing a SDL-style dispatch tables in C and special wrapper classes in C++. It is also designed so that new bindings to other languages can be written with effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PLplot

    Cross-platform, scientific graphics plotting library

    PLplot is a cross-platform, scientific graphics plotting library that supports math symbols and human languages (via UTF-8 user input strings); plot capabilities for multiple non-interactive plot file formats and in multiple interactive environments; and bindings for multiple computer languages.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 8
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest common...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 10
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original megaAVR...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    GenForm

    Generation of molecular formulas by high-resolution MS and MS/MS data

    This is an open source implementation of molecular formula calculation by high resolution MS and MS/MS data as described in M. Meringer, S. Reinker, J. Zhang, A. Muller: MS/MS Data Improves Automated Determination of Molecular Formulas by Mass Spectrometry. MATCH Commun. Math. Comput. Chem. 65, 259-290, 2011. The software user manual is available here: https://www.researchgate.net/publication/307964728_MOLGEN-MSMS_Software_User_Manual Example MS and MS/MS data files for GenForm can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    WP2LaTeX is a program for conversion WordPerfect MAC1.x, 2.x, 3.x and PC 4.x,5.x,6.x documents to LaTeX. Converted features are: Headers, Tables, Equations, Centered+ Right+ Left text, a lot of extended characters (greek, math,cyrilic) and of course a normal text. Alternative URL: http://78.108.103.11/~fojtik/wp2latex/wp2latex.htm and also http://ftsoft.wz.cz/wp2latex/wp2latex.htm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    slimcpplib

    Simple Long Integer Math for C++

    SLIMCPP is C++ header-only library that implements long integers that exceed maximum size of native type supported by a specific compiler by 2-4 times. All classes, methods and functions were not created or designed to work with huge numbers, for which there are specialized big integer mathematical libraries. In some cases, it is necessary to temporarily perform calculations with precision exceeding the maximum supported size of integers, and then return the result to its native size again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ExRandom

    Sampling exactly from the normal and exponential distributions

    ExRandom is a small header-only C++11 library for exact sampling from the normal, exponential, and discrete normal distributions (provided that the underlying generator is perfect). This library provides an implementation of the algorithms described in C. F. F. Karney, Sampling exactly from the normal distribution, ACM Trans. Math. Software 42(1), 3:1-14 (Jan. 2016), https://doi.org/10.1145/2710016, https://arxiv.org/abs/1303.6257.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    MatrixC++

    MatrixC++ is a lightweight matrix library developed in C++

    MatrixC++ is a lightweight matrix library developed in C++. MatrixC++ is designed to help solve engineering and math problems requiring vectors and matrices. MatrixC++ is OS independent and is as portable as we can make it. MatrixC++ supports overloaded operators, links with Lapack, and includes functions to facilitate porting from Octave type matrix scripting languages to C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SparthMP

    SparthMP is an ANSI-C math library for Multi-Precision calculations

    SparthMP is an ANSI-C math library for Multi-Precision calculations, i.e. beyond float/double domain. It supports regulated accuracy of calculations. For algorithm design with this library you should have an understanding of rounding errors in math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Integrating Vision Toolkit (IVT) is a powerful and fast C++ computer vision library with an easy-to-use object-oriented architecture. It offers its own multi-platform GUI toolkit. OpenCV is integrated optionally. Website: http://ivt.sourceforge.net
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    The Rotations Conversion Library (RCL) is a collection of C++ functions that address common computations and numerical handling of rotations in 3D Euclidean space, including support for rotation matrices (`Rotmat`), Quaternions (`Quat`), intrinsic ZYX Euler angles (`Euler`), fused angles (`Fused`) and tilt angles (`Tilt`). In addition to the core competency of being able to convert between each of the representations, operations such as inversion, ZYX yaw extraction, fused yaw extraction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PIP

    Useful crossplatform library for distributed systems

    Platform-Independent Primitives. Contain string, thread, timer, file, config file, serial port, ethernet (UDP, TCP, broadcast, multicast), protocol, multiprotocol, peer, console, variable, struct, evaluator, system monitor (Linux only), CLI (command-line interface) parser. Package include library that you can build with 'qmake' or 'CMake' and test program in 'main.cpp'. Online documentation: http://ppip.sourceforge.net/doc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hamilton
    Hamilton Project is a software package concerning science and math in C++
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    libfinance

    Finance library for C++

    Finance and statistics toolkit for C++ programmers to automate everyday work during creating math/finance applications. Cross-platform to be used on Windows, Linux and Unix systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lib Hyper Math for GCC (C++)

    Lib Hyper Math for GCC (C++)

    Library Hyper Math for GCC (C++)

    This library has complementary features to the "cmath" library. Here we present functions for trigonometric calculations (cot, sec, csc, acot, asec, acsc) and hyperbolic (coth, sech, csch, acoth, asech, acsch) and exponential (nthrt) calculations and more. The results are presented in radians. For results in degrees multiply 180/M_PI by radians or use function torad. For degrees multiply M_PI/180 or use todeg. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Gphoton: simple 3d ray tracer

    Gphoton in a simple 3d modeler and ray tracer.

    ... was trying to do 3D on early computers - big BW pixels! By late 80s I saw ray tracing and had to write my own. I wrote the 1st ver while taking vector calculus and CAD programming classes c. '92. I was intrigued not only by the beauty of the math but also ray tracing curved metals. This is actually the 2nd ver, ported from MFC to gnome (with enhancements like optional GL) c. '00 with some help from David. Apr'17: Updated to compile on recent Ubuntu/Debian - still runs, even on a pi!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    libquaternion

    Library to work with quaternion.

    Math library to work with quaternions. Have SSE, SSE2, SSE3, SSE4.1 optimizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next