Showing 31 open source projects for "multiplication"

View related business solutions
  • Distribution Network Design and Transportation Optimization Software Icon
    Distribution Network Design and Transportation Optimization Software

    Companies seeking a supply chain optimization and operations solution

    Founded by a team of supply chain optimization and operations experts, each with over 30 years’ experience, Logistix Solutions was established in 2006 to provide premier technology solutions and in-depth industry knowledge for logistics professionals. Logistix Solutions offers Distribution Network Design and Transportation Optimization Software for small and medium-sized businesses as well as larger enterprises throughout the world. Take advantage of our free supply chain optimization analysis to instantly pinpoint savings in your own supply chain. We give you an immediate snap shot of a distribution network like yours and what an optimized solution looks like. We offer a full range of logistics software solutions which are essential tools for any company looking to optimize their distribution network, manage their transportation operations, improve inventory and production, or model continuous improvements to supply chain operations for a rapid Return on Investment.
  • Model-Based Systems Engineering Software Icon
    Model-Based Systems Engineering Software

    Systems requirements, Modeling and Simulation, Verification and Validation in one seamless solution.

    SPEC Innovations’ flagship model-based systems engineering solution can help your team reduce time-to-market, cost, and risk on even some of the most complex systems. This cloud or on-premise application uses a modern web browser, with an intuitive graphical user interface.
  • 1
    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
  • 2
    librsb

    librsb

    A shared memory parallel sparse matrix library including Sparse BLAS.

    librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format. This format allows cache efficient and multi-threaded (that is, shared memory parallel) operations on large sparse matrices. The most common operations necessary to iterative solvers are available, e.g.: matrix-vector multiplication, triangular solution, rows/columns scaling, diagonal extraction / setting, blocks extraction, norm computation, formats conversion. The RSB format...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3
    Java Calculator

    Java Calculator

    Supports PEDMAS order of computation and Reverse Polish Notation Gener

    Generates the Reverse Polish Notation (Postfix) expression form of an arithmetic expression in (Infix) form. Performs the computation of the arithmetic expression if Integers or Floating point numbers are used in the expression. Supports PEDMAS order of computation, thus, all the operators of Exponentiation, Division, Multiplication, Addition and Subtraction, as well as using Parentheses for grouping and prioritization is all handled.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Tux Math Scrabble

    Tux Math Scrabble

    12÷16×3=9÷4

    Latest version 0.9.1 runs on Python3. Date: June 15, 2023 Online/touch-screen version: https://www.asymptopia.com/tuxmathscrabble Encourages kids to construct compound equations and consider multiple abstract possibilities.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
  • 5

    BigDecimal

    Arithmetic and calculus with decimal numbers of arbitrary precision.

    BigDecimal is a C # library that uses System.Numerics.BigInteger in its implementation, adding only a decimal place quantizer. In BigDecimal all the arithmetic operations are implemented, including, logarithms, systems resolution of linear equations, trigonometric functions, polynomial regression, hyperbolic functions, the notorious gamma function (factorial for non-integer real numbers) and more that will be implemented still. My intention is, at a minimum, to implement all the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    octave-intinf

    Infinite-precision integer arithmetic for Octave, written in Octave

    Octave code to perform arbitrary-precision integer arithmetic. It may or may not work in Matlab. The supported operations are: >> s = a = intinf (126) % Creation of intinf-class object from integer or string >> b = intinf ('-792716404922304611755050042308687') >> c = a + b % Addition >> d = a - b % Subtraction >> e = c * d % Multiplication >> f = (e - a^2) / b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Arithmetic App

    Math App for kids

    This iapp is used by kids to help primary school kids improve their math skill by asking them math questions based on level
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mcalx

    mcalx

    Matrix Calculator for LinuX

    MCalx is a small and quick C++ graphic calculator for performing common matrix operations such as addition, subtraction, multiplication and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ICE (Interval Calculator for Engineer)

    ICE (Interval Calculator for Engineer)

    Interval Calculator for Engineer

    ICE is a simple mathematical calculator with very useful shortcuts for Engineer: works natively with tolerance, can run Monte Carlo analysis, uses engineer notation, includes most of the day by day functions used by engineers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
  • 10
    Multiplication Station

    Multiplication Station

    Grid based multiplication, add, sub including (-)ve #s

    Multiplication Station will teach your child to add, subtract and multiply. All parameters configurable, like grid size and number ranges fonts and colors. Countdown timer keeps attention focused. High scores too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    matgts

    matgts

    programs for geotechnical engineering and mathematics

    Computational software for geotechnical engineering and mathematics: https://sourceforge.net/projects/matgts/files/ mtfem - finite element analysis, 2D, plane strain state (C, SDL); mtpile - analysis of a laterally loaded pile (C, SDL); mtslope - slope stability and displacement analysis using limit equilibrium (C,SDL); jswall - analysis of a diaphragm wall (JavaScript); jsmath - mathematics: polynomial equations, linear systems of equations, eigenvalues, matrix multiplication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LightSpMV

    lightweight GPU-based sparse matrix-vector multiplication (SpMV)

    LightSpMV is a novel CUDA-compatible sparse matrix-vector multiplication (SpMv) algorithm using the standard compressed sparse row (CSR) storage format. We have evaluated LightSpMV using various sparse matrices and further compared it to the CSR-based SpMV subprograms in the state-of-the-art CUSP and cuSPARSE. Performance evaluation reveals that on a single Tesla K40c GPU, LightSpMV is superior to both CUSP and cuSPARSE, with a speedup of up to 2.60 and 2.63 over CUSP, and up to 1.93 and 1.79...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    BinMatrix

    BinMatrix is a class to operating and storing binary matrices

    BinMatrix is a class to operating and storing binary matrices. Each BinMatrix object represent a binary matrix. Supported operations are OR,AND, product and power among others. This class is intented to be used inside a C++ program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Large Number Arithmetic

    Addition, Subtraction & Multiplication for large integral numbers

    This software executes addition, subtraction & multiplication for large integral numbers. You have the option to execute the program using as many numbers as you wish. The numbers can be as large as you wish ... the only restictrion is your computer's RAM space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tk-Yupana

    Tk-Yupana

    Incan Abacus Emulator

    The Yupana was an ancient calculating device of the Incas. This simple program compares different theories: - positional notation * Base 10 by H. Wassen (representation, addition) * Base 10 by C. Radicati di Primeglio (representation, addition, subtraction, multiplication) * Base 10 by W. Burns Glynn (representation, addition, multiplication) * Base 40 by N. De Pasquale (representation) - sign-value notation * Powers of ten by C. Florio...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Matrix Multiplication

    Matrix Multiplication

    Multiply matrices!

    A simple program I created to make my life easier! Currently only supports a numerical input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TifaMMy isn't the fastest Matrix Multiplication yet! A library for cache oblivious matrix operations using the space filling Peano curve. Aim is for BLAS / LAPACK functionality (but with an intuitive C++ API).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Simulation of Master Slave prototype

    It simulates the parallel algorithms on the Master Slave prototype.

    ..., SBMT, HALT. There are simulation of 3 algorithms. Simulation of Prime Number Generation Algorithm. It involves division of whole range into smaller range as per processor and then doing the work in parallel. Simulation of Matrix Chain Multiplication Algorithm. It involves distribution of matrices as per processor and then doing the work in parallel. Simulation of Sorting Algorithm. It involves division of whole range into smaller range as per processor and then doing the work in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mathwars Risk

    Mathwars Risk

    Conquer the world and train your math skills

    MathWars (mathwars-risk) is an educational game based on R.I.S.K. You must defend and conquer new territories to defeat your oponents. In this case, though, you must do it by solving quickly simple math problems involving addition, subtraction, multiplication and division. NOTE: This project WILL NOT receive updates for a long time; I need time and the project should be entirely redesigned. Fell free to contact me for further information and/or new ideas for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ESK_Genie_log
    Notre logiciel permet d'effectuer des calculs sur des très grands nombres(de l'ordre de n chiffres) Les calculs gérés sont : -l'addition -la soustraction -la multiplication -la division -le modulo -puissance (ordre 10 max) voir documentation doxygen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    NTmatrix C++ Matrix Class

    A C++ matrix class for easy matrix manipulation

    A C++ matrix class for creating matrix objects and easily performing elementary operations between matrix objects including addition, subtraction, multiplication, transposition, and trace.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CIVx is a free advanced PIV (Particle Imaging Velocimetry) code, developped in Fortran and C++. Input : pair of png images. Output : velocity field in NetCDF format. It is used by the UVMAT Matlab code develloped at LEGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next