Search Results for "generic math template library"

Showing 51 open source projects for "generic math template library"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    SwagGen

    SwagGen

    OpenAPI/Swagger 3.0 Parser and Swift code generator

    SwagGen is a library and command line tool for parsing and generating code for OpenAPI/Swagger 3.0 specs, completely written in Swift. It contains a Swagger library that can be used in Swift to load and parse Swagger specs. SwagGen is a command line tool that generates code from a OpenAPI/Swagger 3.0 spec. Templates for any language can be written that leverage this generator. SwagGen includes a bundled template for generating a client-side Swift library for interfacing with the Swagger spec...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VR Paged List GXS for C++ and more ...

    VR Paged List GXS for C++ and more ...

    Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT

    Vincent Radio {Adrix.NT} presents Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT} also contains - Little Docs about Paged Lists (docx, pdf) - VR Basic Common Utils Sources (Array List ...) - VR Generic Multi Dim Array Class - VR Generic MDArray List Mgr Class - VR Generic Adjacency (List | Matrix) Direct Graph Classes - VR List Interface with STL Support with some nice implementations (ArrayList, Paged-LIst) - Env Var Notes for sources for C++ Builder...
    Downloads: 60 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
    Downloads: 9 This Week
    Last Update:
    See Project
  • 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.
    Get started free
  • 5

    Math Template Library

    An efficient template library for vector and matrix operations

    Matrix and vector templated classes with operations accelerated using SSE, AVX, FMA, and OpenMP. Contains efficient methods to solve linear and non-linear least square problems with great numerical stability. Note that AVX and FMA acceleration is disabled by default since not many systems support it currently. These features can be easily enabled for the included tests using the CMake GUI. Currently, this software is getting tested with Microsoft Visual Studio 2012 Update 4 and g++ 4.9.3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mangrove TDS Library

    Mangrove TDS Library

    A C++ Tool for the Fast Prototyping of Topological Data Structures

    The Mangrove Topological Data Structure (Mangrove TDS) Library is a C++ template tool for the fast prototyping of topological data structures under the same API: - generic representation of any topological data structure, i.e., mangrove; - extensible through dynamic plugins at run-time; - agnostic wrt the representation in use; - any representation is supported without restrictions; - dimension-independent and multi-platform; - efficient representations of non-manifolds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Math Objects is a template based math library for C++ that can handle complex mathematical objects. It can compute the Smith form for matrices of polynomials and the Smith-McMillan form of transfer function matrices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Templatious

    Generic C++11 template library

    Generic C++11 template library to eliminate often occurring boilerplates in everyday situations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    A template library which provides a set of modular, generic, and reasonably efficient implementations of common raytracing algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An object oriented Math library written in C++. This library contains set of template classes that are ready to be used. Currently a 2D Matrix, modular arithmetic, vector, and complex numbers are present. These systems can work together, you can create a matrix of complex numbers. Iterators for matrix and vector classes will be added soon. Please use SVN to access current version.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    thinymath is a powerful small math library. It's completely written as c++ template and can easily integrated into other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Route11

    Route11

    C++ flow-based metaprogramming library

    Route11 is a powerful C++ flow-based metaprogramming library that allows you to create and route complex dataflow systems at compile-time. Route11 uses Template Metaprogramming to construct complex "process systems" defined by static relationships between "process primitives". A process primitive is a generic host class that inherits a "process policy". The process policy defines the specific behavior of a process primitive. The general term: "process" can refer to either one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ivl

    A C++ template library extending syntax towards mathematical notation

    ivl is a full-header template C++98 math library with convenient yet powerful syntax. It extends classic C++ syntax towards mathematical notation while making use of the language's elements like classes, structs, operators and functions. Expression written using ivl are excessively optimized. In other words, ivl allows writing simpler and more expressive statements using math-like formulas while taking care of optimizing them. ivl features arrays, tuples and custom function-like objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ASTL Automata Standard Template Library (Vincent Le Maout - Dominique Revuz) is a set of generic and efficient C++ components for automata manipulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NAL Numerical Analysis Library

    NAL Numerical Analysis Library

    NAL Numerical Analysis Library

    NAL is a numerical analysis library made of template-based c++ files. The library can be compiled as a static library, dynamic library or linked directly with other programs. Each module may also be used as a stand-alone component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Simple Application Framework is a library aiming at providing a rich set of generic classes and functions enabling rapid development of robust and safe applications. The library is written in C++ and places emphasis on clean and extensible object-oriented design and efficient algorithms. It is intended as a replacement and extension of the Standard Template Library (STL) that would be closer to modern trends in IT represented by the Base Class Library in .NET or the Java Class Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    reflective

    C++ library providing detailed run-time code reflection

    Reflective is a C++ library providing detailed run-time code reflection, supporting: - member-data or member-function based properties with getters and setters - method-based actions, with return type and any number of fully qualified parameters - vectorized construction\destruction\copy\move of objects, to allow efficient implementation of non-template generic collection - reflection of class templates, with fully qualified parameters information - indirection levels of pointers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    EpLibrary

    Visual C++ Utility Library

    * EpLibrary project in this site is not maintained anymore. * The project has been moved to https://github.com/juhgiyo/EpLibrary EpLibrary is a utility library for Visual C++. The features includes: - Math Framework - Enhanced Binary Search - Sort - Stream Framework - Container Framework - Simple Debugger Framework - FileSystem Framework - Other Frameworks - Server/Client Template Framework - System Framework - Thread System For detailed documentation, please...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ViennaFEM

    A finite element solver using state-of-the-art programming techniques.

    ViennaFEM is a library-centric implementation of the finite element method in C++. It features a symbolic math kernel, which manipulates the strong or weak form of the problem and automatically derives the discrete form. ViennaFEM is built on top of the following libraries: ViennaMath provides the symbolic math kernel, ViennaGrid (with ViennaData) allows for a generic grid handling and quantity storage, while ViennaCL provides the linear solvers and GPU acceleration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    TmpltLib

    TmpltLib

    template data structure library for C

    Singly Linked-list - Doubly Linked-list - Stack - Queue - Deque - Generic Tree - AVL Tree - RB Tree
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ct is a template generic programming library as described by Andrei Alexandescu in 2001. So this library will be a lot like "Loki" at beginning but it is supposed to grow with time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collection of multi-platform C++ libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Yet Another C++ Template Library is intented to give you some basic classes for meta-programing such as generic container, specific pointers or templates specifics structures such as typelist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LSGTL means LLX’s Static Graph Template Library which is a light-weighted header-only template library developed mainly for static graph analysis. LSGTL is expected to be used in laboratories for research purposes mostly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next