Showing 35 open source projects for "matrix algebra"

View related business solutions
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
    Learn More
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
    Learn More
  • 1
    REDUCE

    REDUCE

    A Portable General-Purpose Computer Algebra System

    REDUCE is an interactive system for general algebraic computations of interest to mathematicians, scientists and engineers. It can be used interactively for simple calculations but also provides a flexible and expressive user programming language. The development of the REDUCE computer algebra system was started in the 1960s by Anthony C. Hearn. Since then, many scientists from all over the world have contributed to its development. REDUCE has a long and distinguished place in the history...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 2
    CUTLASS

    CUTLASS

    CUDA Templates for Linear Algebra Subroutines

    CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-multiplication (GEMM) and related computations at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar to those used to implement cuBLAS and cuDNN. CUTLASS decomposes these "moving parts" into reusable, modular software components abstracted by C++ template classes. These thread-wide, warp-wide, block-wide, and device-wide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Armadillo

    Armadillo

    fast C++ library for linear algebra & scientific computing

    * Fast C++ library for linear algebra (matrix maths) and scientific computing * Easy to use functions and syntax, deliberately similar to Matlab / Octave * Uses template meta-programming techniques to increase efficiency * Provides user-friendly wrappers for OpenBLAS, Intel MKL, LAPACK, ATLAS, ARPACK, SuperLU and FFTW libraries * Useful for machine learning, pattern recognition, signal processing, bioinformatics, statistics, finance, etc. * Downloads: http://arma.sourceforge.net...
    Leader badge
    Downloads: 1,917 This Week
    Last Update:
    See Project
  • 4
    Criterial

    Criterial

    The package for statistical data analysis and applied mathematics

    The high performance open source package for statistical data analysis Criterial is an add-in for all desktop versions of the LibreOffice Calc spreadsheets on any 64-bit operating systems. The combination of the unsurpassed convenience of spreadsheets as frontend and the maximum speed of the C++ programming language as backend. Contains user experience and the best ideas of projects AtteStat and StatAnt. Completely free. No donation required. Criterial comes with absolutely no warranty.
    Downloads: 31 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
    Learn More
  • 5
    AtteStat

    AtteStat

    The package for statistical data analysis and applied mathematics

    The high performance open source package for statistical data analysis and applied mathematics AtteStat is an add-in for desktop versions of the Microsoft Excel spreadsheets. Both 32-bit and 64-bit in one package. The combination of the unsurpassed convenience of spreadsheets and the effective interception of Microsoft Excel exceptions (frontend) and the maximum speed of the C++ programming language (backend). Winner of contest Microsoft Office Extensions (PC Magazine RE) in 2006....
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    Bandicoot

    Bandicoot

    fast C++ library for GPU linear algebra & scientific computing

    * Fast GPU linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use * Provides high-level syntax and functionality deliberately similar to Matlab * Provides an API that is aiming to be compatible with Armadillo for easy transition between CPU and GPU linear algebra code * Useful for algorithm development directly in C++, or quick conversion of research code into production environments * Distributed under the permissive Apache...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    JLinAlg
    JLinAlg is an open source and easy to use Java library for linear algebra. It can do calculations without rounding errors. Features include: basic matrix operations, algorithms for solving Linear Equation Systems, inverting matrices, computing the determinant and the eigenvalues of a matrix. We have moved to Github: https://github.com/JLinAlg/JLinAlg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9

    eMatrix

    A C++ Matrix Library

    eMatrix is a lightweight matrix library developed in C++. EMatrix is designed to help solve engineering problems requiring linear algebra. eMatrix is OS independent and is fairly portable. New features include inv(A) and det(A).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    Ganja.js

    Ganja.js

    Javascript Geometric Algebra Generator for Javascript, c++

    Ganja.js is a Geometric Algebra code generator for javascript. It generates Clifford algebras and sub-algebras of any signature and implements operator overloading and algebraic constants. Mathematically, an algebra generated by ganja.js is a graded exterior (Grassmann) algebra (or one of its subalgebras) with a non-metric outer product, extended (Clifford) with geometric and contraction inner products, a Poincare duality operator and the main involutions and morphisms. Technically, ganja.js...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CasADi
    A symbolic framework for C++, Python and Octave implementing automatic differentiation by source code transformation in forward and reverse modes on sparse matrix-valued computational graphs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    oj! Algorithms

    Mathematics, linear algebra and optimisation

    oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation; particularly (but certainly not exclusively) suitable for the financial domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ViennaCL

    Linear algebra and solver library using CUDA, OpenCL, and OpenMP

    ViennaCL provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL, and OpenMP. The focus is on generic implementations of iterative solvers often used for large linear systems and simple integration into existing projects.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 14
    Gekko Timeseries Software

    Gekko Timeseries Software

    Timeseries handling, and solving of large-scale economic models

    Gekko Timeseries Software is a free time-series oriented software package for timeseries handling, and solving and analyzing large-scale economic models. Since 2009, Gekko is being used by Danish ministeries, banks, interest groups and universities, for the simulation of economic and energy-related models. The software runs under Windows (.NET), and is open source (GNU GPL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Universal Java Matrix Package

    Universal Java Matrix Package

    sparse and dense matrix, linear algebra, visualization, big data

    The Universal Java Matrix Package (UJMP) is an open source Java library which provides sparse and dense matrix classes, as well as a large number of calculations for linear algebra such as matrix multiplication or matrix inverse. Operations such as mean, correlation, standard deviation, replacement of missing values or the calculation of mutual information are supported, too. The Universal Java Matrix Package provides various visualization methods, import and export filters for a large...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Matrix Manipulator [Advanced]

    Matrix Manipulator [Advanced]

    Deals with Real Number System.

    Targeted towards the mathematical society, dealing with Linear Algebra. Echelon, System of Linear Equations, Inverse and many fundamental matrix operations. The system is limited to produced 9x9 matrix. For better and clearer view, increase size of console window from Top left > Properties > Layout > Screen and Buffer size, set them to 100w, 30h Your update and feedback is important for me, to make the software grow for individuals of this field to facilitate by adding more operations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ViennaCLBench

    OpenCL linear algebra benchmark GUI for CPUs, GPUs, and MIC

    ViennaCLBench provides a graphical user interface for collecting benchmark data for common OpenCL-accelerated linear algebra operations as implemented in the linear algebra library ViennaCL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    msp

    msp

    mathSuite Speed & Matrix Stream Processor

    This program is fundamentally a short-sized version of my mathSuite program: https://sourceforge.net/projects/mathsuite/ It includes all the functionalities of MSCenv (mathSuite Calculus Environment), such as inline variables and functions (mainly thanks to ExprEval), which you can use to perform expensive complex computations and store their results into runtime variables. You can perform also every Linear Algebra Operations included in mathSuite with new optimizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    math toolkit

    A C++ and Python library for finance, statistics and linear algebra.

    A lightweight C++ and Python library for finance, statistics and linear algebra. Finance features include compound rate present/future value, annuity, various present/future value coefficients ... Statistics features include mean, median, variance, standard deviation, covariance, correlation, linear regression, probabilities and random variates of various distributions ... Linear algebra features include matrix arithmetic, inverse, determinant, rank, linear system solution, lu/qr...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SymbolicC++

    An object oriented C++ library for computer algebra

    SymbolicC++ is a general purpose computer algebra system embedded in the programming language C++. It is free software released under the terms of the GNU General Public License. SymbolicC++ is used by including a C++ header file or by linking against a library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    HASEM

    HASEM

    Matrix c++ library solving any linear algebra problems

    ... desire method as default one. With over 200 member functions and over 40 none member functions HASEM is almost able to solve any linear algebra problems. HASEM support multidimensional as well, you can mix up your multidimensional matrix with other matrices with different size, and apply all operations on them as well.It's possible to save the computed matrix into files, and when required read it from files and load the data into matrices. It is also very easy to add your extension to HASEM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LAPACK++ is a library for high performance linear algebra computations. This version includes support for solving linear systems using LU, Cholesky, QR matrix factorizations, for real and complex matrices.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    Header defined, generic C++ Vector and Matrix classes for engineering, scientific, or mathematical needs. A more intuitive, lightweight substitute for the larger linear algebra libraries available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java library that implements linear algebra operations: matrix operations (addition, substraction, multiplication, transposing, determinant of matrix , inversion, rank of matrix); linear equations system solving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BLAS (Basic Linear Algebra Subprograms) is used to perform operations such as vector and matrix multiplication. LAPACK is buit using BLAS. This project is a beginning of BLAS functions and procedures for OpenCL language on GPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next