matrix-computations
There are 93 repositories under matrix-computations topic.
flame/libflame
High-performance object-based library for DLA computations
pghysels/STRUMPACK
Structured Matrix Package (LBNL)
EricDarve/numerical_linear_algebra
Julia code for the book Numerical Linear Algebra
ocramz/sparse-linear-algebra
Numerical computation in native Haskell
zmij/math
Small C++17 library for vector and matrix computations
Einsums/Einsums
Provides compile-time contraction pattern analysis to determine optimal tensor operation to perform.
ITAM-DS/analisis-numerico-computo-cientifico
Análisis numérico y cómputo científico
elsuizo/static-math
Safe and fast mathematical operations with static arrays in the Rust programming language
DirkToewe/nd4js
JS ND-Arrays inspired by NumPy.
mpf/QRupdate.jl
Column and row updates to "Q-less" QR decomposition, including stable least-squares solves
JuliaReach/IntervalMatrices.jl
Matrices with interval coefficients in Julia
shantistewart/MUSIC-and-ESPRIT-Algorithms
This repository contains the implementations of the MUSIC and ESPRIT algorithms, which can be used for super-resolution spectral analysis.
Johnnoe2618/large-linear-algebra
Large Linear Algebra (Godot - GDExtension)
Jiangtang/Matrix-Computations
Code Repository for Matrix Computations(4th Edition) by G.H. Golub and C.F. Van Loan
AleksandarHaber/Save-and-Load-Eigen-Cpp-Matrices-Arrays-to-and-from-CSV-files
The functions provided in this C++ source files are used to save and load Eigen C++ matrices/arrays to and from CSV values.
kingofspace0wzz/Matrix-Analysis
A library for basic matrix computation and analysis
zlliang/jacobi-svd
Numerical experiments on Jacobi SVD algorithm
Agha-Muqarib/NumPy-Basics-Arrays-And-Vectorized-Computation
It includes the basic and advance numpy array manipulations. The topics like indexing, slicing, fast element array-wise functions, mathematical and statistical methods, filing, linear algebra functions, pseudo-random numbers, reshaping, splitting, concatenating,tiles, repeating, where( ) function & numpy advanced array manipulation are implemented.
maximilianbehr/cuexpm
Matrix Exponential Approximation using CUDA
ameli/imate
High-Performance Python Package for Scalable Randomized Algorithms in Linear Algebra
chenxinye/mhodlr
Matrix computations with HODLR representation and mixed-precision simulations
shantistewart/Independent-Component-Analysis
A class research project on independent component analysis (ICA) and FastICA for Matrix Analysis for Signal Processing and Machine Learning (ECE 599) course at Oregon State University.
jventura1738/max-performance-c
Programming for maximizing hardware usage in C
lingbai-kong/matrix-operation
同济大学CS《高级程序语言设计1》大作业: 矩阵操作TongJi University CS C++ assignment: matrix operation
SayanChakraborty126/Matrix_Computation_Library
This library include files that can be used for complex matrix computations. The library has been written in C/C++ and should be compatible with any microcontroller. Also includes Arduino codes that use the library for matrix computation.
SnowFleix/Matrix
A simple matrix class that's compatible with STL functions and CERNs ROOT library. Includes functions for + - * /, inverting, normalisation, eigenvalues, the trace and transpose.
swapnita-pandey/Data-Structures-and-Algorithms
Learn Data Structures and Algorithms (DSA)
anar-rzayev/Numerical-Algorithms
Source materials for KAIST course MAS365: Introduction to Numerical Analysis
BaseMax/MatrixFunction
The Cramer, Determinant, Coefficient, Multiplication for the matrix.
guimspace/envelope-matrix
Algorithms to generate and work with the envelope of a matrix.
jakubowiczish/fortran-task1
My solution for Fortran assignment - task 1
jip/mt
Matrix toolbox
aiaaee/Analyse_Simple_Image
the extraction of meaningful information from images. mainly from digital images by means of digital image processing techniques
mp3skater/matrix
A simple custom matrix module with test module.