Пример #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;
 }