Package org.la4j.matrix
Class MatrixFactory<T extends Matrix>
- java.lang.Object
-
- org.la4j.matrix.MatrixFactory<T>
-
- 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 Description java.lang.Class<T>
outputClass
-
Constructor Summary
Constructors Constructor Description MatrixFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract T
apply(int rows, int columns)
-