Class VectorsPL


  • public class VectorsPL
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double[][] A  
      double[] B  
      double[] C  
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorsPL()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • A

        public double[][] A
      • B

        public double[] B
      • C

        public double[] C
    • Constructor Detail

      • VectorsPL

        public VectorsPL()