Showing 118 open source projects for "multiplication"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 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.
  • 1
    Rotations.jl

    Rotations.jl

    Julia implementations for different rotation parameterizations

    3D rotations made easy in Julia. This package implements various 3D rotation parameterizations and defines conversions between them. At their heart, each rotation parameterization is a 3×3 unitary (orthogonal) matrix (based on the StaticArrays.jl package), and acts to rotate a 3-vector about the origin through matrix-vector multiplication. While the RotMatrix type is a dense representation of a 3×3 matrix, we also have sparse (or computed, rather) representations such as quaternions, angle-axis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Clash

    Clash

    Haskell to VHDL/Verilog/SystemVerilog compiler

    Clash is a functional hardware description language that borrows both its syntax and semantics from the functional programming language Haskell. It provides a familiar structural design approach to both combinational and synchronous sequential circuits. The Clash compiler transforms these high-level descriptions to low-level synthesizable VHDL, Verilog, or SystemVerilog. Clash is an open-source project, licensed under the permissive BSD2 license, and actively maintained by QBayLogic. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NNlib.jl

    NNlib.jl

    Neural Network primitives with multiple backends

    This package provides a library of functions useful for neural networks, such as softmax, sigmoid, batched multiplication, convolutions and pooling. Many of these are used by Flux.jl, which loads this package, but they may be used independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    decimal

    decimal

    Arbitrary-precision fixed-point decimal numbers in go

    Arbitrary-precision fixed-point decimal numbers in go. Note: Decimal library can "only" represent numbers with a maximum of 2^31 digits after the decimal point. The zero-value is 0, and is safe to use without initialization. Addition, subtraction, and multiplication with no loss of precision. Division with specified precision. Database/sql serialization/deserialization. JSON and XML serialization/deserialization. big.Int's API is built to reduce the number of memory allocations for maximal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Rewards as a Service (RaaS®) API is a robust digital gift card API built to power rewards and incentives in today’s apps and platforms. Icon
    We're the rewards and payments people. We bundle easy-to-use technology, desirable rewards, and expert service to help companies get the most out of their reward and incentive programs—from customer loyalty and employee engagement to wellness and research participation. With our leading reward-delivery technology, customers can instantly deliver digital gift cards to their recipients, maximizing impact and driving real business results.
  • 5
    Tullio.jl

    Tullio.jl

    Tullio is a very flexible einsum macro

    Tullio is a very flexible einsum macro. It understands many array operations written in index notation -- not just matrix multiplication and permutations, but also convolutions, stencils, scatter/gather, and broadcasting. Used by itself the macro writes ordinary nested loops much like Einsum.@einsum. One difference is that it can parse more expressions, and infer ranges for their indices. Another is that it will use multi-threading (via Threads.@spawn) and recursive tiling, on large enough...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    AQL

    AQL

    Advanced Query Language

    ... or concatenation - Subtraction / Division * Multiplication
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    QwikTape

    QwikTape

    Do calculations, annotate it like you would on a paper "qwikly".

    Downloads: 1 This Week
    Last Update:
    See Project
  • Insurance Agency Management System Icon
    Insurance Agency Management System

    Jenesis Agency Management System works best for independent insurance companies that focus on personal and commercial lines.

    Jenesis Agency Management System is purpose-built to help insurance agents seamlessly manage existing clients, market to potential prospects, improve business efficiency, and manage sales. Easy to use and affordable, Jenesis Agency Management System offers a variety of features that include automated logins, ACORD forms, carrier downloads, credit card integration, quote control, receipts and payments, InstaCheck, and more. By leveraging Jenesis Agency Management System, you can maximize your time and grow your revenue stream.
  • 10
    Solver
    Solver is a program that will solve any equation! Linear and quadratic equations of any kind, cubic and fourth degree — all this is within the power of the application. However, do not forget to put the multiplication number between the coefficient and the variable)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The main purpose of this project is to bring extra updates to the existing Octave OCL project with more supporting devices like Intel GPU, AMD APUs, and Apple Silicon GPU. Ever since started providing extra GPU Compute support, it has been for OpenCL-enabled hardware and this promise will not change for OpenSource community. My profile is here: https://www.researchgate.net/profile/Jinchuan-Tang-4. Meanwhile, I have a plan to add clBlast to this project to speed up matrix multiplication by 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Math Tester

    Math Tester

    Math exam generator and tester

    Math exam generator and tester. Comes with three 50 question exams and a basic arithmetic problem generator that generates problems involving addition, subtraction, multiplication, division and mixed problems involving bracketed math operation and also arithmetic operations involving fractions. Math tutorial for basic math concepts also included. Suitable for elementary to highschool level math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    simple calculator ->>> typing string-> converting string to two arraylists (one with numbers second with operators)-> searching from left for privileged operators-> calculating them-> returning result as a string. //---REQUIRES JAVA JDK---//
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Multiplication Tables Game

    Multiplication Tables Game

    Free game for children to practice with the multiplication tables.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Arithmetic workbook generator

    Practice workbook of Addition/Subtraction/Multiplication/Division

    This an auto generator of arithmetic workbook This excel generate printable format of 4 practice work sheets each for Addition, Subtraction, Multiplication and Division. Every time you open the excel it will generate new sets of questions along with the correct answers. So open the excel daily and print the workbooks give it to your children after cutting off the answer sheet. You can access online https://bit.ly/3ru3FZP The current version generates practice questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Baacalc

    Baacalc

    A Simple calculator made with go.

    A Simple calculator made with go that can do basic Arithmetic like Addition, Subraction, Multiplication and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Inline::F2003

    Compile and call inlined Fortran 2003 source code from Perl

    This project features the use-case "matopmul" to demonstrate the operation of the Perl module Inline::F2003. This module allows modern Fortran source to be compiled and executed from Perl in a transparent manner. The program "matopmul.pl" performs a matrix multiplication. The matrix multiplication is written in Fortran 2003 and inlined in the Perl program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OsEID

    AVR based smartcard/token with ECC and RSA cryptography

    AVR128DA /Atmega128 microcontroller based open source EID smartcard with RSA (512-2048) and ECC (prime192v1, prime256v1, secp384r1, secp521r1 and secp256k1) support. Compatible with MyEID card from Aventra. Supported in windows and linux by opensc package. Allow about 64KiB space for keys/certificates. PKCS#15 structure supported. USB token with CCID interface based on xmega128a4u with same features as card. High speed AVR multiple precision arithmetic: squaring, multiplication, exponentiation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Matrix calculator is used for matrix operations. The following operation can be performed. ➢ File save and Open ➢ Undo – Redo ➢ Support Clipboard operation i. e. copy and paste matrix. ➢ Matrix Addition ➢ Matrix Subtraction ➢ Matrix Multiplication ➢ Matrix Inverse ➢ Matrix Transpose ➢ Min element in Matrix ➢ Max element in Matrix ➢ Determinant of matrix ➢ Eigen value ➢ Eigen Matrix ➢ Rank of Matrix ➢ Upper Triangular Matrix ➢ Lower Triangular Matrix ➢ Linear system solution...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RekenTest

    RekenTest

    Practice arithmetic skills, for kids and professionals

    RekenTest is freeware educational software to practice arithmetic skills. It supports basic arithmetic operations like addition and subtraction, the muliplication tables and so on, as well as more advanced arithmetic operations like decimals, money problems, percentages and fractions. The software has lots of options and lets you organize your classroom with tasks and groups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    C++ Kids Tutor

    C++ Kids Tutor

    C ++ CLI program for kid`s learning

    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    Juan's Math Exercise

    Juan's Math Exercise

    A math learning tool for elementary school students

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ModularBipolynom

    ModularBipolynom

    Modular Polynom manipulation in Java

    XY modular Polynom manipulation in Java for calculating elliptic curves point order
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    A calculator

    an ugly calculator

    an ugly calculator that can add, substract, multiply and divide
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next