An open API service providing repository metadata for many open source software ecosystems.

Topic: "matrix-inversion"

FerryYoungFan/NaiveMatrixLib

A simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation

Language: C++ - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 51 - Forks: 9

adityagupta1089/MATLAB-MAL111

MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.

Language: Matlab - Size: 931 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 0

MAZ01001/Math-Js

some math-related js classes and possibly more

Language: JavaScript - Size: 570 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 4 - Forks: 0

gregdhill/lin-reg

Linear Regression - C

Language: C - Size: 5.86 KB - Last synced at: 14 days ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 2

derekharrison/matrix-inverse-gj

Compute the inverse of a matrix using the Gauss-Jordan method.

Language: C++ - Size: 1.32 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

mrdcvlsc/cyfre

A Templated C++ matrix library

Language: C++ - Size: 556 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

L77H/libmtrx

lightweight matrix container and operations library in C with no dependencies.

Language: C - Size: 163 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

asmaamirkhan/MatrixInverse

A tool to make it easy to find the inverse of a matrix :bar_chart:

Language: Java - Size: 463 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

diegofgcoelho/PolSARMatrixInvOpenMP

Fast matrix inversion in the context of PolSAR image processing and classification in C++ using OpenMP

Language: Makefile - Size: 4.97 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

gorosgobe/regression-algorithms

Implementation of different regression algorithms in Java.

Language: Java - Size: 43.9 KB - Last synced at: 15 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

zaltac/NumMethodsWPseudoCodes

NUMERICAL METHODS FOR SCIENTIST AND ENGINEERS With Pseudocodes

Language: Mathematica - Size: 17.2 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

dorythecat/Matrinator

A really silly matrix-inversion (and technically more) program :3

Language: C++ - Size: 139 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

shakibaam/linear-algebra

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

mrglaster/SomeMatrixOperations

Python realisation of some matrix operations including LU-decomposition and determinant finding.

Language: Jupyter Notebook - Size: 269 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

raushankit/Parallel-Computing

Parallel Matrix-Multiplication, Gauss-Elimination, Matrix Inversion using pthreads and openMP

Language: C++ - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

eHonnef/Mafs

Math library

Language: C++ - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mndxpnsn/gauss-jordan

Implementation of the Gauss-Jordan method for inverting matrices.

Language: C++ - Size: 632 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mndxpnsn/gauss-benchmark-eigen

Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.

Language: C++ - Size: 1.2 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

0razzu/na1 📦

Matrix inversion using Givens rotations with pivot column

Language: C++ - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

SomajitDey/cross-product

One-liner array expression to determine the cross-product of two 3-dimensional vectors. Fast computation of inverse of 3x3 matrix using this expression.

Language: Fortran - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

PerHuepenbecker/csr_matrix_cpp

A simple example implementation of the Compressed Sparse Row method for efficient operations on sparse matrices. Includes a basic linear algebra library for the handling of regular dense matrices

Language: C++ - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sumukhashridhar/matrixInversion

Contents for my Masters thesis "Optimized Block-Level Matrix Inversion Kernels for Small, Batched Matrices on GPUs"

Language: Python - Size: 4.29 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ostad-ai/Computer-Science

Computer Science and related topics are the main focus of this repository. Mainly, Python language is used here.

Language: Jupyter Notebook - Size: 3.45 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

TheSUPERCD/Server_in_C

A basic implementation of a daemonizable FTP server written in pure C. Also includes a client module that runs independently, with the ability to connect multiple unique instances of itself to the server to offload compute-heavy and parallelizable matrix problems to it.

Language: C - Size: 25.4 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Suyogry/R-Performance-Boost Fork of rdpeng/ProgrammingAssignment2

Cache Optimization with R: Efficient Computation Through Caching

Language: R - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

sjmonson/tdr-inverse

A set of CUDA programs that invert matrices

Language: Cuda - Size: 5.09 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

allenvox/mpi-inverse-matrix 📦

MPI C++ program to find inverse matrix using Gaussian method

Language: C++ - Size: 659 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JoKeRooo7/matrix_c

c lib for calculating matrices

Language: C - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abphilip-coursera/Coursera10 Fork of rdpeng/ProgrammingAssignment2

Coursera - Activities from R Programming Course by Johns Hopkins University

Language: R - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

melihaltun/Cholesky_Decomposition

Cholesky Decomposition and Matrix Inversion

Language: C++ - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hjstobart/python-general

A suite of general Python scripts.

Language: Python - Size: 1.53 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Smendowski/matrix-algorithms

Implementation of selected matrix algorithms i.e. Strassen, Binet, block matrix inversion and block LU factorization with recursive approach.

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/gauss-elim-benchmark

Benchmarking three different methods for computing the inverse of a matrix.

Language: C++ - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/matrix-inverse

Computing the inverse of a matrix using cofactor expansion.

Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Ricaidito/MatrixSolver

Sequential and parallel matrices with support for matrix multiplication and Gauss reduction operations.

Language: Java - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

occultus73/Multik-Apache-Math-Extension

Provides multivariate normal distribution sampling and matrix inversion for Jetbrain's new NDArray library Multik, by bodging it with some classes (including tests) from Apache Commons Maths 3 & 4, translated into Kotlin and made JVM independent for a Kotlin Multi-Platform project.

Language: Kotlin - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

OcraM17/ParallelMatrix

OpenMP implementation of some algorithms for optimized matrix multiplication and inversion.

Language: C - Size: 735 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sandeepkv93/tfjsexperiments

Tensorflow JS Experiments

Language: JavaScript - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

harshraj11584/CS2400_PoPL

Design by Contract mechanisms in Eiffel

Language: E - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

B16CS006/Matrix_Calculator

Android application for Matrix calculation like addition, subraction, multiplication, transpose, square, adjoint, inverse, etc

Language: Java - Size: 29 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jaymodi98/Matrix_Inverse_verilog

Verilog code for inversion of a matrix

Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

stuart-xyz/matrix-inverter

🔢 Inverts any non-singular NxN matrix

Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

chen0040/js-matrix

Sparse Matrix and Linear Algebra in Javascript

Language: JavaScript - Size: 19.5 KB - Last synced at: 18 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Related Topics
linear-algebra 15 matrix 12 matrix-multiplication 10 matrix-inverse 8 gauss-elimination 7 gaussian-elimination 5 mathematics 5 matrix-calculations 5 c 5 gauss-jordan 4 python 4 matrix-functions 4 determinant 3 cpp 3 math 3 linear-regression 3 matrix-library 3 lu-decomposition 3 gaussian-elimination-algorithm 3 java 2 matrix-determinant-calculation 2 numerical-analysis 2 openmp 2 matrices 2 benchmarking 2 algorithms 2 cuda 2 determinant-calculation 2 regression 2 cholesky-decomposition 2 qr-decomposition 2 pthreads 2 matrix-operations 2 stable-marriage-problem 1 stable-marriage 1 stable-matching-problem 1 eigen-vector-decomposition 1 javascript-library 1 sparse-matrix 1 sparse-vector 1 svd 1 adaptive-integration 1 banded-linear-systems 1 doolittle-lu-decomposition 1 multithreading 1 polynomial-regression 1 regression-algorithms 1 regression-models 1 batched 1 fused-kernel 1 ludecomposition 1 small-matrices 1 ftp-server 1 gauss-jordan-elimination 1 kmeans-clustering 1 parallel-processing 1 server 1 socket 1 socket-programming 1 design-by-contract 1 design-by-contracts 1 eiffel 1 eiffel-programming-language 1 eiffelstudio 1 requirements-tracing 1 eigenvalues 1 performance-optimization 1 rprogramming 1 csr-matrix 1 base-conversion 1 chainable-methods 1 class 1 complex-numbers 1 formula 1 fraction 1 greatest-common-divisor 1 integer-division 1 javascript 1 modulo-operation 1 polynomial 1 vector 1 computer-science 1 cramers-rule 1 divide-and-conquer 1 dynamic-programming 1 fast-fourier-transform 1 linked-list 1 root-finding 1 elementary-matrix-operations 1 gauss-jordan-method 1 ill-conditioned-matrices 1 ill-conditioned-systems 1 least-square-regression 1 naive-gauss-elimination 1 numerical-integration 1 odes 1 operations-with-matrices 1 quadrature-integration 1 thomas-algorithm 1 triangular-systems 1