Fast SLE algorithm
Based on Tom Kennedy's C++ code for Fast SLE ("A Fast Algorithm for Simulating the Chordal Schramm-Loewner Evolution")
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Tomas Kojar (2026). Fast SLE algorithm (https://uk.mathworks.com/matlabcentral/fileexchange/63415-fast-sle-algorithm), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0 (14.7 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | 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 | Updates on the code. The Laurent method is still slow due to the size of the vectors from composing. |