コード例 #1
0
ファイル: SparseVectorF.cs プロジェクト: arnavdas88/dnn
 public void SubC(float alpha) => Mathematics.SubC(this.Idx.Length, alpha, this.X, 0);
コード例 #2
0
 public void SubC(float alpha) => Mathematics.SubC(this.length, alpha, this.x, this.offset);