Fast SLE algorithm

Based on Tom Kennedy's C++ code for Fast SLE ("A Fast Algorithm for Simulating the Chordal Schramm-Loewner Evolution")
58 téléchargements
Mise à jour 13 sept. 2020

Afficher la licence

The code was only available in C++ for speed purposes, so now it can run SLE algorithms in Matlab.

Citation pour cette source

Tomas Kojar (2026). Fast SLE algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/63415-fast-sle-algorithm), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2017a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Call C++ from MATLAB dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.2.0.1

just added the reference to the original paper "A Fast Algorithm for Simulating the Chordal Schramm-Loewner Evolution"

1.2.0.0

Replaced conv with convftt command, which does faster multiplication of polynomials.

1.1.0.0

Updates on the code. The Laurent method is still slow due to the size of the vectors from composing.