Documentation of 'org.la4j.vector.VectorFactory' Java class
VectorFactory
org.la4j.vector

Class VectorFactory<T extends Vector>

  • Type Parameters:
    T -


    public abstract class VectorFactory<T extends Vector>
    extends java.lang.Object
    An abstract vector factory.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Class<T> outputClass 
    • Constructor Summary

      Constructors 
      Constructor and Description
      VectorFactory() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract T apply(int length) 
      • Methods inherited from class java.lang.Object

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

      • outputClass

        public final java.lang.Class<T extends Vector> outputClass
    • Constructor Detail

      • VectorFactory

        public VectorFactory()
    • Method Detail

      • apply

        public abstract T apply(int length)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.