Class LinearEquations3

  • All Implemented Interfaces:
    java.io.Serializable

    public class LinearEquations3
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LinearEquations3()
      Creates a new LinearEquations3 object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dpbsv​(char uplo, int n, int kd, int nrhs, double[][] AB, int ldab, double[][] B, int ldb, int[] info)  
      void dpbtrf​(char uplo, int n, int kd, double[][] AB, int ldab, int[] info)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearEquations3

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

      • 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)