45 results for “topic:matrix-inversion”
A simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation
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.
Linear Regression - C
some math-related js classes and possibly more
Compute the inverse of a matrix using the Gauss-Jordan method.
A Templated C++ matrix library
Implementation of different regression algorithms in Java.
NUMERICAL METHODS FOR SCIENTIST AND ENGINEERS With Pseudocodes
Fast matrix inversion in the context of PolSAR image processing and classification in C++ using OpenMP
A tool to make it easy to find the inverse of a matrix :bar_chart:
Implementation of the Gauss-Jordan method for inverting matrices.
Cholesky Decomposition and Matrix Inversion
lightweight matrix container and operations library in C with no dependencies.
One-liner array expression to determine the cross-product of two 3-dimensional vectors. Fast computation of inverse of 3x3 matrix using this expression.
Matrix inversion using Givens rotations with pivot column
c lib for calculating matrices
No description provided.
Python realisation of some matrix operations including LU-decomposition and determinant finding.
Parallel Matrix-Multiplication, Gauss-Elimination, Matrix Inversion using pthreads and openMP
A really silly matrix-inversion (and technically more) program :3
Fondements de l’Algorithmique Algébrique. Implémentation de différent algorithme appliqué à des matrices à coefficients dans Z/nZ.
Math library
Verilog code for inversion of a matrix
Benchmarking several methods for computing the inverse of a matrix, including the Eigen library implementation.
Benchmarking three different methods for computing the inverse of a matrix.
A set of CUDA programs that invert matrices
Contents for my Masters thesis "Optimized Block-Level Matrix Inversion Kernels for Small, Batched Matrices on GPUs"
🔢 Inverts any non-singular NxN matrix
Tensorflow JS Experiments
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.