Mol(Math Object Library) fot .Net
Overload List
名前 | 説明 | |
---|---|---|
Acos(VectorDenseComplex) |
ベクトル要素ごとの逆余弦を計算します。
結果は x に上書きされます。
| |
Acos(VectorDenseDouble) |
ベクトル要素ごとの逆余弦を計算します。
結果は x に上書きされます。
| |
Acos(VectorDenseComplex, VectorDenseComplex) |
ベクトル要素ごとの逆余弦を計算します。
結果は y に格納されます。
y が null または y.Count < x.Count の時は y が新規に作成されます。
| |
Acos(VectorDenseDouble, VectorDenseDouble) |
ベクトル要素ごとの逆余弦逆を計算します。
結果は y に格納されます。
y が null または y.Count < x.Count の時は y が新規に作成されます。
|