Package org.ujmp.core.longmatrix.factory
Class DefaultDenseLongMatrix2DFactory
- 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<DenseLongMatrix2D>
-
- org.ujmp.core.longmatrix.factory.DefaultDenseLongMatrix2DFactory
-
- All Implemented Interfaces:
BaseGenericMatrixFactory<DenseLongMatrix2D>
,DenseGenericMatrix2DFactory<DenseLongMatrix2D>
,DenseGenericMatrixFactory<DenseLongMatrix2D>
,DenseGenericMatrixMultiDFactory<DenseLongMatrix2D>
,GenericMatrix2DFactory<DenseLongMatrix2D>
,GenericMatrixFactory<DenseLongMatrix2D>
,GenericMatrixMultiDFactory<DenseLongMatrix2D>
,SparseGenericMatrix2DFactory<DenseLongMatrix2D>
,SparseGenericMatrixFactory<DenseLongMatrix2D>
,SparseGenericMatrixMultiDFactory<DenseLongMatrix2D>
,DenseLongMatrix2DFactory<DenseLongMatrix2D>
,DenseLongMatrixFactory<DenseLongMatrix2D>
,LongMatrix2DFactory<DenseLongMatrix2D>
,LongMatrixFactory<DenseLongMatrix2D>
,BaseMatrixFactory<DenseLongMatrix2D>
,DenseMatrix2DFactory<DenseLongMatrix2D>
,DenseMatrixFactory<DenseLongMatrix2D>
,DenseMatrixMultiDFactory<DenseLongMatrix2D>
,Matrix2DFactory<DenseLongMatrix2D>
,MatrixMultiDFactory<DenseLongMatrix2D>
,SparseMatrix2DFactory<DenseLongMatrix2D>
,SparseMatrixFactory<DenseLongMatrix2D>
,SparseMatrixMultiDFactory<DenseLongMatrix2D>
public class DefaultDenseLongMatrix2DFactory extends AbstractDenseLongMatrix2DFactory<DenseLongMatrix2D>
-
-
Field Summary
-
Fields inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
EMPTYMATRIX
-
-
Constructor Summary
Constructors Constructor Description DefaultDenseLongMatrix2DFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DenseLongMatrix2D
zeros(long rows, long columns)
-
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.MatrixMultiDFactory
zeros
-
-
-
-
Method Detail
-
zeros
public DenseLongMatrix2D zeros(long rows, long columns)
-
-