eigenvectors

There are 180 repositories under eigenvectors topic.

  • Linear-Algebra-With-Python

    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.

    Language:Jupyter Notebook2.3k801566
  • 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.

    Language:Go1.8k7732147
  • Reference-LAPACK/lapack

    LAPACK development repository

    Language:Fortran1.5k65429434
  • vlang/vsl

    V library to develop Artificial Intelligence and High-Performance Scientific Computations

    Language:V350328444
  • Tiger

    hosseinmoein/Tiger

    C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators

    Language:C++1138427
  • 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.

    Language:Rust1031098
  • eigenvectors-from-eigenvalues

    ritchieng/eigenvectors-from-eigenvalues

    PyTorch implementation comparison of old and new method of determining eigenvectors from eigenvalues.

    Language:Jupyter Notebook996410
  • JuliaLinearAlgebra/ArnoldiMethod.jl

    The Arnoldi Method with Krylov-Schur restart, natively in Julia.

    Language:Julia9654518
  • ocramz/sparse-linear-algebra

    Numerical computation in native Haskell

    Language:Haskell8896610
  • nabeel3133/combining3Dmorphablemodels

    Project Page of Combining 3D Morphable Models: A Large scale Face-and-Head Model - [CVPR 2019]

    Language:MATLAB86868
  • 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

    Language:Jupyter Notebook621036
  • fancompute/fdfdpy

    Pure Python implementation of the finite difference frequency domain (FDFD) method for electromagnetics

    Language:Jupyter Notebook5661118
  • pachadotdev/economiccomplexity

    A wrapper of different indices and networks commonly used in Economic Complexity

    Language:HTML3862012
  • perazz/fortran-lapack

    Modularized Fortran LAPACK implementation

    Language:Fortran342343
  • mondalanindya/ICCVW2021_GSCEventMOD

    Moving Object Detection for Event-based vision using Graph Spectral Clustering (Python implementation)

    Language:Jupyter Notebook26307
  • RalphAS/GenericSchur.jl

    Julia package for Schur decomposition of matrices with generic element types

    Language:Julia263104
  • modios/EigenCore

    .Net wrapper for the Eigen C++ library

    Language:C++25356
  • jchristopherson/linalg

    A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.

    Language:Fortran22261
  • jewettaij/jacobi_pd

    a short, simple public-domain header-only C++ library for calculating eigenvalues and eigenvectors of real symmetric matrices

    Language:C++223111
  • NLAFET/StarNEig

    A Task-based Library for Solving Dense Nonsymmetric Eigenvalue Problems

    Language:C211032
  • SishaarRao/PageRank

    A demonstration of the PageRank algorithm, using Eigenvectors to assign significance to HTML pages

    Language:Shell19102
  • leonmavr/EZfaces

    Python package that implements Eigenfaces to build a face recognition database. It supports interaction with the webcam.

    Language:Python18201
  • jnfran92/fem-cuda-solver

    Acoustic Vibration of a Fluid in a Three-Dimensional Cavity: Finite Element Method Simulation using CUDA and MATLAB

    Language:C++14302
  • arasgungore/EE242-projects

    Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.

    Language:C++13201
  • Dyalog/Math

    Math workspace and libraries for Dyalog APL

    Language:Fortran131010
  • dppalomar/sparseEigen

    Computation of Sparse Eigenvectors of a Matrix

    Language:R122210
  • AMORe-CMS

    FK-MAD/AMORe-CMS

    AMORe-CMS (Automatic Model Order Reduction using Component Mode Syntesis) is MATLAB software that automatically performs physics-based model order reduction using component mode synthesis (CMS) on structural FE models made in COMSOL Multiphysics.

    Language:MATLAB12102
  • libmusic_m

    dataandsignal/libmusic_m

    Signal space decomposition in MATLAB (MUSIC, Pisarenko, EV, Minimum Norm)

    Language:MATLAB7000
  • Meet-Modi/Jacobi-EigenValue-And-EigenVectors

    This repository is about finding the eigenvalues and eigenvectors of an image or any input matrix

    Language:MATLAB7104
  • RalphAS/GenericMRRR.jl

    Symmetric Tridiagonal eigensolver in Julia

    Language:Julia6201
  • rifqifarhansyah/EigenFace-Recognition

    TuBes Algeo02 2022/2023 🛩

    Language:Python6102
  • 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.

    Language:Jupyter Notebook5100
  • Real-world-Application-of-Linear-Algebra

    PashvaSoni/Real-world-Application-of-Linear-Algebra

    This project is created for learning the real world application of linear algebra which contains some core concepts like determinants, matrix, eigen-value, eigen-vector, etc to create a real-world application like steganography, grafh-theory, analysis of spread of disease, image processing, cryptography etc. This can have small bugs like exception handling but i always appreciate suggestion so please contact me for suggestion .

    Language:Python5102
  • TheSaintIndiano/Plant-Seedlings-Classification

    Determine a seedling Species from an image based on Kaggle Competition

    Language:HTML5303
  • vvarodi/face_recognition

    Eigenfaces and Fisherfaces for Face Recognition. With implementation of algorithms as PCA, KNN, Fisher Discriminant Analysis.

    Language:R5100