Class Fortescue

java.lang.Object
com.powsybl.openloadflow.util.Fortescue

public final class Fortescue extends Object
Author:
Jean-Baptiste Heyberger <jbheyberger at gmail.com>
  • Method Details

    • createInverseMatrix

      public static com.powsybl.math.matrix.DenseMatrix createInverseMatrix()
    • createMatrix

      public static com.powsybl.math.matrix.DenseMatrix createMatrix()
    • getCartesianFromPolar

      public static org.apache.commons.math3.geometry.euclidean.twod.Vector2D getCartesianFromPolar(double magnitude, double angle)