matrix-calculations
There are 455 repositories under matrix-calculations topic.
flame/blis
BLAS-like Library Instantiation Software Framework
weijie-chen/Linear-Algebra-With-Python
Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.
uncomplicate/neanderthal
Fast Clojure Matrix Library
LynnHo/Matrix-Calculus-Tutorial
Matrix Calculus via Differentials, Matrix Derivative, 矩阵求导教程
socnetv/app
Social Network Analysis and Visualization software application.
goessl/MachineLearning
An easy neural network for Java!
hosseinmoein/Tiger
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
gagolews/deepr
Deep R Programming (Open-Access Textbook)
franko/gsl-shell
GSL library shell based on LuaJIT2
cascala/galileo
Scala Math - Numerical (Matlab-like) and Symbolic (Mathematica-like) tool
JordanRL/Fermat
A library providing math and statistics operations for numbers of arbitrary size.
Hykudoru/Pescado-3D-Engine
A 3D graphics and physics engine coded from scratch in C++.
vittorioPiotti/MatrixCalculator-C
Calcolatrice Matriciale sviluppata in C per tutte le operazioni con le matrici ed anche algoritmo di Laplace e calcolo della matrice inversa
LastAncientOne/Mathematics_for_Machine_Learning
Learn the mathematics behind machine learning and explore various mathematical concepts within machine learning.
elsuizo/static-math
Safe and fast mathematical operations with static arrays in the Rust programming language
gbenroscience/ParserNG
ParserNG is a powerful , fast math expression parser that parses and evaluates math expressions, does differential calculus(symbolic) evaluations, numerical integration, equation solving(quadratic, Tartaglia's, numerical solutions of other equations) , matrix operations and statistics amongst other functionality. It is written in pure java and has no native dependencies.
edugca/xlMATRIX
Handle vectors and matrices in Excel with Lambda functions. Conduct statistical and econometric analysis with ease. No VBA!
panguojun/Coordinate-System
Coordinate transformations play a pivotal role in computer graphics, robotics, and the broader domains of mathematics and physics. This project introduces a novel computable coordinate system object that bridges the gap between theoretical frameworks and numerical computations.
HoangTran0410/p5js-playground
All my working experience with p5js
brightway-lca/brightway2-calc
The calculation engine for the Brightway2 life cycle assessment framework.
jknthn/Matswift
Matrix computation library in Swift
panhomyoung/phySAT
Semi-Tenser Product based SAT and AllSAT solver, where it can solve CNF and circuit input.
ysong1231/SimRank
An implementation of SimRank and SimRank++ algorithms on both directive graphs and bipartitle graphs, with matrix manipulations to reduce the calculation complexity effectively.
jbrown1618/vector
A linear algebra library for TypeScript and JavaScript
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.
MADONOKOUKI/Block-wise-Scrambled-Image-Recognition
Code for Adaptation Network introduced in "Block-wise Scrambled Image Recognition Using Adaptation Network" paper (AAAI WS 2020)
AleksandarKostovic/Matrix-MAC-Unit
Matrix Multiply and Accumulate unit written in System Verilog
Ashu-45/Project-CX
Project-CX is a C-based project that includes several tools for: Matrix calculations EMI calculations A mini bank system Some utilities for coders
souravs17031999/NeuralNets-Pure-Python
Nice place to start seeing matrices shapes ! Great place for beginners to understand neural networks computation
theolternative/SwiftMatrix
A Swift library that leverages the Accelerate framework power to provide high-performance functions for matrix math.
Gagniuc/Markov-Chains-detector-in-VB6
The current VB6 application is a detector that uses observation sequences to construct the transition matrices for two models, which are merged into a single log-likelihood matrix (LLM). A scanner can use this LLM to search for regions of interest inside a longer sequence called z (the target).
RP-72/Latent-Semantic-Indexing-from-scratch
Information retrieval and text mining using SVD in LSI. SVD has been implemented completely from scratch.
VarunS2002/Python-Data-Structures-Algorithms
Repository for Data Structures and Algorithms in Python.
evrhel/MatrixUtil
A C++ header-only library for vector, matrix, and quaternion math.
JoshMcDonagh/JMat
JMat is a library which implements fundamental matrix capabilities in Java.