matrix-exponentiation
There are 13 repositories under matrix-exponentiation topic.
dragonslayerx/Competitive-Programming-Repository
Competitive Programming templates that I used during the past few years.
borzunov/cpmoptimize
🚀 🐍 Optimizes Python bytecode calculating linear recurrences, reducing the time complexity from O(n) to O(log n)
Edric-Matwiejew/QSW_MPI
QSW_MPI is a python package developed for MPI-parallelised time-series simulation of continuous-time quantum stochastic walks. This model allows for the study of Markovian open quantum systems in the Lindblad formalism, including a generalization of the continuous-time random walk and continuous-time quantum walk.
NavneetSurana/MatLibCPP
A simple MATRIX library for C++
paras2411/Algorithms
Algorithms useful for CS graduates
ks-amit/Competitive-Programming
All you need to save time :p
andre14miron/Algorithm-Design-Project-1
This problem set served as the first assignment for the "Algorithm Design" course, covering the following algorithms: Divide et Impera, Greedy and Dynamic Programming. ~ Year II
kyriakos-2004/math_problems
This repository contains implementations for various mathematical problems.
nakopylov/AdaptiveExp
Julia package for adaptive matrix exponential based on tolerance
pnavaro/TaylorExponentialMatrix.jl
Computing the matrix exponential with an optimized Taylor polynomial approximation
Krystifer/Logarithm_of_SquareMatrix
Compute the exponential and natural logarithm for a square matrix.
Youssef-Ashraf71/Fibonacci-of-Nth-Blog
Fibonacci Sequence Report for DSA course.