Package org.ujmp.core.longmatrix.factory
Class AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
java.lang.Object
org.ujmp.core.matrix.factory.AbstractMatrixFactory<T>
org.ujmp.core.longmatrix.factory.AbstractLongMatrixFactory<T>
org.ujmp.core.longmatrix.factory.AbstractLongMatrix2DFactory<T>
org.ujmp.core.longmatrix.factory.AbstractDenseLongMatrix2DFactory<T>
- All Implemented Interfaces:
BaseGenericMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,BaseMatrixFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
- Direct Known Subclasses:
DefaultDenseLongMatrix2DFactory
public abstract class AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
extends AbstractLongMatrix2DFactory<T>
implements DenseLongMatrix2DFactory<T>
-
Field Summary
Fields inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
EMPTYMATRIX
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.core.longmatrix.factory.AbstractLongMatrix2DFactory
zeros
Methods inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
availableProcessors, concat, concat, concat, concat, copyFromMatrix, correlatedColumns, createFromScreenshot, createVectorForClass, emptyMatrix, eye, eye, fibonacci, fill, horCat, horCat, horCat, horCat, horCat, horCat, importFrom, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromArray, importFromJDBC, importFromJDBC, importFromJDBC, irisMatrix, linkTo, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToArray, linkToBinaryFile, linkToCollection, linkToDir, linkToDir, linkToImage, linkToImage, linkToJDBC, linkToJDBC, linkToJDBC, linkToJDBC, linkToList, linkToMap, linkToSet, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToValue, linkToZipFile, localhostMatrix, magic, matrixLibraries, memoryUsage, nans, ones, ones, operatingSystem, pascal, rand, rand, randn, randn, randomSeed, range, range, repmat, rosserMatrix, runningThreads, sequence, sequence, sunSpotDataset, synchronizedMatrix, systemEnvironment, systemProperties, systemTime, vertCat, vertCat, vertCat, vertCat, welcomeMatrix, wilkinsonMatrix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ujmp.core.longmatrix.factory.LongMatrix2DFactory
eye, ones, rand, randn
Methods inherited from interface org.ujmp.core.longmatrix.factory.LongMatrixFactory
eye, ones, rand, randn
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
Constructor Details
-
AbstractDenseLongMatrix2DFactory
public AbstractDenseLongMatrix2DFactory()
-