Documentation of 'org.la4j.matrix.MatrixFactory' Java class
MatrixFactory
org.la4j.matrix

Class MatrixFactory<T extends Matrix>

  • Type Parameters:
    T -


    public abstract class MatrixFactory<T extends Matrix>
    extends java.lang.Object
    An abstract matrix factory.
    • Field Summary

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

      Constructors 
      Constructor and Description
      MatrixFactory() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract T apply(int rows, int columns) 
      • 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 Matrix> outputClass
    • Constructor Detail

      • MatrixFactory

        public MatrixFactory()
    • Method Detail

      • apply

        public abstract T apply(int rows,
                                int columns)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.