Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
polynomial
- isPolyType — 多項式変数かどうかを調べる.
- getAllocatedSinglePoly — 多項式変数を1つ取得.
- getAllocatedSingleComplexPoly — 複素数多項式変数を1つ取得.
- getAllocatedMatrixOfPoly — 多項式変数の行列を取得.
- getAllocatedMatrixOfComplexPoly — 複素数多項式変数の行列を取得.
- freeAllocatedSinglePoly — getAllocatedSinglePoly 関数で確保されたメモリを解放する.
- freeAllocatedSingleComplexPoly — getAllocatedSingleComplexPoly関数で確保されたメモリを解放する.
- freeAllocatedSinglePoly — getAllocatedSinglePoly関数で確保されたメモリを解放.
- freeAllocatedSinglePoly — getAllocatedSinglePoly関数で確保されたメモリを解放する.
- 多項式の例 — 多項式の使用例.
Report an issue | ||
<< optionals | API Scilab | sparse >> |