Showing 21 open source projects for "multiplication"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

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

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 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
    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
  • 3
    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
  • 4
    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: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
  • 5
    QwikTape

    QwikTape

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

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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
  • 8
    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 by Gauss Jordan...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    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
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • 10

    OrangeCalculator

    Orange Calculator Lite is a Simple Java Calculator!

    Orange Calculator Lite Application is an application that was written in Java, this is a application that performs arithmetic operations on numbers. This simple application can do addition, subtraction, multiplication, division, percentage, square root, negative numbers had a a nice friendly look & feel and touch typewriter sound that can be enabled & disabled!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    pipCalc cmd line calculator

    command line calculator for large numbers

    pipCalc is a command line calculator which can handle large numbers. Right now pipCalc can do addition, subtraction, multiplication, division and square root. It too knows the number Pi and Eulers number with each 10.000 digits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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
  • 14
    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 number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Sayantific Calaculator

    A simple calculator.

    A calculator that can do the 4 basic functions, calculate factorials, convert temperatures, calculate square roots, find properties of a circle (area and circumference), raise number to a power, calculate a log, factor polynomials, calculate the total angle measure in a figure with n sides, convert a decimal representation of a number to the binary representation, and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SFML Calculator

    Simple calculator realized with C++ and SFML

    Calculator programmed with C++ plus SFML, performs sum, difference, multiplication and division. Input can be read both from keyboard or by clicking on the buttons in the window
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Childrens Calculator

    An easy to use calculator for children.

    Children's Calculator is a calculator that can be used by anyone but with it's fun design and simple interface, kids can use it too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple on-line calculator for high mathematical problems Version 0.1 will be able to manage with matrixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Davisoft Calculator. A simple calculator with a built in login-system, addition, subtraction, multiplication and division functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A very simple calculator, written in java, that performs addition, multiplication, subtraction, division, and exponents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next