Class MatrixUtil

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

public final class MatrixUtil extends Object
TODO: move theses features to core.
Author:
Jean-Baptiste Heyberger <jbheyberger at gmail.com>, Geoffroy Jamgotchian <geoffroy.jamgotchian at gmail.com>
  • Method Details

    • resetRow

      public static void resetRow(com.powsybl.math.matrix.DenseMatrix m, int row)
    • resetColumn

      public static void resetColumn(com.powsybl.math.matrix.DenseMatrix m, int column)
    • clean

      public static void clean(com.powsybl.math.matrix.DenseMatrix m, double epsilonValue)