Interface Vector

All Known Implementing Classes:
AbstractVector, AcTargetVector, DcTargetVector, EquationVector, TargetVector

public interface Vector
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
     
    void
    minus(Vector other)
     
  • Method Details

    • getArray

      double[] getArray()
    • minus

      void minus(Vector other)