31 skills found · Page 1 of 2
niswegmann / Small Matrix InverseSIMD optimised library for matrix inversion of 2x2, 3x3, and 4x4 matrices.
FerryYoungFan / NaiveMatrixLibA simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation
ZhengzhongSun / Matrix Inversion With CUDAI implemented a parallel algorithm for matrix inversion based on Gauss-Jordan elimination.
michalsorel / ConvsparsecodingCode accompanying the paper M. Sorel, F. Sroubek, "Fast convolutional sparse coding using matrix inversion lemma", Digital Signal Processing, vol. 55, pp.44-51, 2016
linkedin / QuantEaseQuantEase, a layer-wise quantization framework, frames the problem as discrete-structured non-convex optimization. Our work leverages Coordinate Descent techniques, offering high-quality solutions without the need for matrix inversion or decomposition.
lqsheng / MatrixLIB一个基于模板的C++矩阵运算库,简单易用,支持加减乘除转置求逆等常用运算. A template based C++ matrix operation library, which is simple and easy to use, and supports common operations such as addition, subtraction, multiplication and division, transposition and inversion.
gmrandazzo / DeepMatrixInversionNeural Network Matrix Inversion
Relentless-Machine / Matrix Inversion CalculatorNo description available
danielrioslinares / Python LibraryA collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
lihua1137471141 / Low Complexity Matrix Inversion Algorithm For XL MIMONo description available
adityagupta1089 / MATLAB MAL111MAL111 - 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.
JingenXiang / MatrixInversionA scalable matrix inversion algorithm based on Hadoop
charmichokshi / Verilog Code Inverse Matrix5x5 matrix inversion using Gauss-Jordan Elimination method in verilog HDL language.
Presto412 / Parallel Matrix Inversion With OpenMPParallelized Matrix Inversion with OpenMP, using Gauss-Jordan Elimination Method
kernel-matrix-benchmarks / Kernel Matrix BenchmarksBenchmark of kernel matrix-vector products and inversions (regression, system resolution).
lcaucci78 / Matrix Inverse With CUDAGPU implementation of an in-place matrix inversion algorithm based on Gauss-Jordan elimination
Mr-Tun / Inversion Of Complex Matrix Guass For the inverse of complex matrices, matlab's built-in function inv() may have errors, this program uses the LU decomposition to solve the inverse of the matrix and outputs the errors
pradyotsn / Matrix Inverse In CUDAHere the Matrix Inversion is done using CuBLAS and then It is multiplied with the given matrix using cuda Matrix Multiplication
ebeauce / StressInversionResolutionOn the analysis of the resolution operator and posterior covariance matrix in stress tensor inversions (geophysics).
guanyuelee / PmSFCWe use self-expressive layer to learn the affinity matrix of the hidden space of a generator, and we found subspace in GAN. Also we propsed a subspace-based high-fidelity GAN inversion model.