Fast SLE algorithm

バージョン 1.2.0.1 (14.2 KB) 作成者: Tomas Kojar
Based on Tom Kennedy's C++ code for Fast SLE ("A Fast Algorithm for Simulating the Chordal Schramm-Loewner Evolution")
ダウンロード: 58
更新 2020/9/13

ライセンスの表示

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

引用

Tomas Kojar (2026). Fast SLE algorithm (https://jp.mathworks.com/matlabcentral/fileexchange/63415-fast-sle-algorithm), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCall C++ from MATLAB についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
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.