コード例 #1
0
 private MatrixProcessor(IMatrixOperations <DoubleComponent, Vector <DoubleComponent>, Matrix <DoubleComponent> > ops)
 {
     _ops = ops;
 }
コード例 #2
0
 public WorkWithMatrix(IMatrixOperations matrixOperations)
 {
     this._matrixOp = matrixOperations;
 }
コード例 #3
0
 private MatrixProcessor(IMatrixOperations<DoubleComponent, Vector, Matrix> ops)
 {
     _ops = ops;
 }
コード例 #4
0
 public HomeController(IMatrixOperations matrixOperations)
 {
     matrixOp = matrixOperations;
 }