Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
結果のベクトル(c)
c = a + b ; c と a は VectorDenseComplex か VectorSparseComplex のどちらか。b は任意の Complex。
a の全ての要素に b を足します。ただし、a がスパースの場合は登録済の要素のみ b が足されます。
※ c==a も可能です。
名前空間: Mola の全ての要素に b を足します。ただし、a がスパースの場合は登録済の要素のみ b が足されます。
※ c==a も可能です。
アッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static _VectorComplex Add( _VectorComplex c, _VectorComplex a, Complex b ) |
Visual Basic |
---|
Public Shared Function Add ( c As _VectorComplex, a As _VectorComplex, b As Complex ) As _VectorComplex |
Visual C++ |
---|
public: static _VectorComplex^ Add( _VectorComplex^ c, _VectorComplex^ a, Complex b ) |
static member Add : c : _VectorComplex * a : _VectorComplex * b : Complex -> _VectorComplex |
Parameters
- c
- タイプ: Mol..::.._VectorComplex
結果のベクトル
- a
- タイプ: Mol..::.._VectorComplex
右辺ベクトル
- b
- タイプ: System.Numerics..::..Complex
Complex値
Return Value
タイプ: _VectorComplex結果のベクトル(c)