Showing 24 open source projects for "delphi inverse matrix"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL (Script) and more

    Delphi : VRCalc++ OOSL & + (Paged List, TextEditor, VRAstroVision ...)

    Vincent Radio {Adrix.NT} Sources Library & Applications : Delphi C++ Java VRCalc++ C# VRCalc++ Object Oriented Scripting Language - Engine Source Pascal Code - Delphi Packages Build Prjs - VRCalc++ Scripted System Std RT Library - Guides & Docs (CHM, PDF, DOCX) - VCL & FMX (FireMonkey) Support - Script Test Code (Lang RTL VCL FMX) - Visual Stage Project : VCL & FMX Paged Lists & Iterators : Delphi C++ Java C# Multi-Dim Arrays & Direct Graph Classes : Delphi C++ Java VRCalc++...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Euler Pole Calculator (EPC)

    Euler Pole Calculator (EPC)

    A Matlab software to estimate Euler pole parameters

    The EPC software calculates velocities for any points located on the earth’s surface given the Euler pole parameters and estimates the Euler pole parameters given the observed velocities of a set of sites located on a tectonic plate. Since version 2, the software is able to estimate or apply the Plate Translation Rates, as well. Please cite one of the following papers when you use the software: - Goudarzi, M A, Cocard, M, and Santerre, R. 2014."EPC: Matlab Software to Estimate Euler...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author of...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    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 InverseMatrix 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 Elimination Note: For any type of support please mail us on 'akshaypadghan567@gmail.com"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 5
    eLib
    Pascal libraries and components. Library for: Matrix, Matrix Math, Math & statistic, CSV, URL, Counters, dir/file scanning, file/string/… utils, progress bar, … Components: DataList, Line oriented reports, Gauge, Syllable (Italian), …
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    NxN Matrix Inverse Dhaval Kadia

    NxN Matrix Inverse Dhaval Kadia

    Howdy ! Here is Solution of Finding INVERSE of NxN Matrix !

    This One will be better option to solve LARGE Matrix Operation Including ADJOINT , DETERMINANT , INVERSE of NxN Matrix .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    ProgrammingAssignment2

    ProgrammingAssignment2

    Repository for Programming Assignment 2 for R Programming on Coursera

    This repository contains the second programming assignment for an R course, focused on caching expensive computations by leveraging R’s scoping rules. The assignment walks you through creating a special matrix object that stores both a matrix and its cached inverse, avoiding repeated calls to costly operations. It builds on a worked example that caches the mean of a numeric vector, demonstrating how the operator preserves state across function calls. You then implement analogous logic for matrices via two functions, one to construct the cache-aware object and another to compute or retrieve the cached inverse. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11

    Fast Matrix for Java

    General purpose matrix utilities for Java in Parallel Computing

    Fast Matrix for Java (fm4j) is a general-purpose matrix utility library for computing with dense matrices. fm4j encapsulated different underlying implementations and select the optimal one in run-time depending on the size of the input matrix. Moreover, fm4j employs Java (Tm) Concurrency to take advantage of the computation power of multi-cor processors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    matrix.h

    matrix.h

    Some basic matrix algorithms implemented in C

    This is a collection of some matrix algorithms like matrix inverse, LU decomposition, Gauss elimination, matrix multiplication, matrix pow, matrix add, matrix subtract etc. This package also contains debugging information for the above algorithms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    analyzematrix

    Command line tool for reporting details on a given matrix

    analyzematrix is a command line tool for learning detailed information about a matrix including its inverse, determinant, eigenvalues, eigenvectors, and singular value decomposition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    math toolkit

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

    ...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 decomposition, svd, eigen values/vectors ... And some auxiliary features like random number generators, equation solution, numerical integration, permutation/combination and gcd/lcm etc. It is aimed to be a convenient and handy toolkit to check out your ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Ada Lapack

    A partial port of Lapack to Ada 2012

    ...The codes provided here are a direct translation (using f2a.pl from Oliver Kellogg) of the Fortran source to Ada. The code is written in the form of a generic package and covers the Lapack routines for - Matrix determinant and inverse on general matrices, - Eigenvalues and eigenvectors of general, real and hermitian symmetric matrices, - Solutions of systems of equations for general, real and hermitian symmetric coefficient matrices, - Singular value decomposition for general matrices Also included is a set of functions (and two procedures) that provide a more familiar Ada style interface to the Lapack routines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HASEM

    HASEM

    Matrix c++ library solving any linear algebra problems

    ...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: 1 This Week
    Last Update:
    See Project
  • 17

    IceTagCloud

    IceTagCloud is a tag-cloud component for Delphi

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VMatrixLib is a little, handy, Java matrix library which implements a set of utility functions (such as calculus of the determinant of a matrix, calculus of the rank, inverse matrix, and many others..) that anyone who have to use matrices needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A graphical calculator program for mac, includes: scientific calculations, rectangular coordinate drawing, polar coordinate drawing,simultaneous equation, inverse matrix,etc. More importantly, ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CLI tools to find the inverse and determinant of a 3x3 matrix, and to multiply two 3x3 matrices together. The inverse tool has the determinant tool. Note that there is no input validation. I/O are float values. Prebuilt binaries are *nix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VcorpLCD deriva dalla versione di LCDSmartie 5.3.2, ovviamente in italiano e come molte migliorie aggiunte e bug corretti. Supporto SSL, gestione dei plugin, Controller HD44780(Parallelo), KS0073(Parallelo), Matrix Orbital(seriale), CrystalFontz(seriale)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Slate++ is a vector/matrix package for C++. Based on templates, Slate++ facilitates basic linear algebra (+, -, *, /, inverse, determinant, ...) on many data types (int, float, double, complex...). Simple to use and thoroughly documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A clean OpenGL solution on VCL/CLX, including the OpenGL API interface, the OpenGL Widget, vector & matrix math routines, and other basic stuffs. Aims to provide a easy and clean start for OpenGL projects using Delphi or Kylix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    C/C++ - library for access of tensors of up to 5th grade. Basic matrix calculations are implemented as inverse, eigenvalues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next