eigenvalues
There are 269 repositories under eigenvalues topic.
tradytics/eiten
Statistical and Algorithmic Investing Strategies for Everyone
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.
cpmech/gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
Reference-LAPACK/lapack
LAPACK development repository
yixuan/spectra
A header-only C++ library for large scale eigenvalue problems
vlang/vsl
V library to develop Artificial Intelligence and High-Performance Scientific Computations
Jutho/KrylovKit.jl
Krylov methods for linear problems, eigenvalues, singular values and matrix functions
primme/primme
PReconditioned Iterative MultiMethod Eigensolver for solving symmetric/Hermitian eigenvalue problems and singular value problems
cpmech/russell
Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
hosseinmoein/Tiger
C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators
JuliaLinearAlgebra/ArnoldiMethod.jl
The Arnoldi Method with Krylov-Schur restart, natively in Julia.
dafer45/TBTK
A C++ library for solving second-quantized Hamiltonians
ritchieng/eigenvectors-from-eigenvalues
PyTorch implementation comparison of old and new method of determining eigenvectors from eigenvalues.
nep-pack/NonlinearEigenproblems.jl
Nonlinear eigenvalue problems in Julia: Iterative methods and benchmarks
ocramz/sparse-linear-algebra
Numerical computation in native Haskell
yixuan/RSpectra
R Interface to the Spectra Library for Large Scale Eigenvalue and SVD Problems
shantanu1109/Coursera-Imperial-College-of-London-Mathematics-For-Machine-Learning-Specialization
This Repository contains Solutions to the Quizes & Lab Assignments of the Mathematics for Machine Learning Specialization offered by Imperial College of London on Coursera taught by David Dye, Samuel J. Cooper, A. Freddie Page, Marc Peter Deisenroth
fancompute/fdfdpy
Pure Python implementation of the finite difference frequency domain (FDFD) method for electromagnetics
pbenner/autodiff
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
james-simon/eigenlearning
codebase for "A Theory of the Inductive Bias and Generalization of Kernel Regression and Wide Neural Networks"
SLICOT/SLICOT-Reference
SLICOT - A Fortran subroutines library for systems and control
felipeZ/eigenvalues
symmetric matrices algorithms to compute eigenvalue/eigenvector pairs
Beliavsky/Burkardt-Fortran-90
Classification of John Burkardt's many Fortran 90 codes
pachadotdev/economiccomplexity
A wrapper of different indices and networks commonly used in Economic Complexity
nabeel3133/3D-texture-fitting
Project Page of Synthesizing Normalized Faces From Facial Identity Features - [CVPR 2017]
perazz/fortran-lapack
Modularized Fortran LAPACK implementation
DirkToewe/nd4js
JS ND-Arrays inspired by NumPy.
RalphAS/GenericSchur.jl
Julia package for Schur decomposition of matrices with generic element types
mondalanindya/ICCVW2021_GSCEventMOD
Moving Object Detection for Event-based vision using Graph Spectral Clustering (Python implementation)
jewettaij/jacobi_pd
a short, simple public-domain header-only C++ library for calculating eigenvalues and eigenvectors of real symmetric matrices
NLAFET/StarNEig
A Task-based Library for Solving Dense Nonsymmetric Eigenvalue Problems
jacobwilliams/polyroots-fortran
Modern Fortran library for finding the roots of real and complex polynomial equations
jchristopherson/linalg
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
oxfordcontrol/TRS.jl
Solving the Trust Region Subproblem as an Eigenproblem in Julia
andreasvarga/MatrixPencils.jl
Matrix pencil manipulations using Julia
SishaarRao/PageRank
A demonstration of the PageRank algorithm, using Eigenvectors to assign significance to HTML pages