Class LinearEquations3

java.lang.Object
gov.nih.mipav.model.structures.jama.LinearEquations3
All Implemented Interfaces:
Serializable

public class LinearEquations3 extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • LinearEquations3

      public LinearEquations3()
      Creates a new LinearEquations3 object.
  • Method Details

    • dpbsv

      public void dpbsv(char uplo, int n, int kd, int nrhs, double[][] AB, int ldab, double[][] B, int ldb, int[] info)
    • dpbtrf

      public void dpbtrf(char uplo, int n, int kd, double[][] AB, int ldab, int[] info)