Package org.ujmp.core.longmatrix.factory
Class DefaultDenseLongMatrixFactory
- java.lang.Object
-
- org.ujmp.core.matrix.factory.AbstractMatrixFactory<T>
-
- org.ujmp.core.longmatrix.factory.AbstractLongMatrixFactory<T>
-
- org.ujmp.core.longmatrix.factory.AbstractDenseLongMatrixFactory<DenseLongMatrix>
-
- org.ujmp.core.longmatrix.factory.DefaultDenseLongMatrixFactory
-
- All Implemented Interfaces:
BaseGenericMatrixFactory<DenseLongMatrix>
,DenseGenericMatrix2DFactory<DenseLongMatrix>
,DenseGenericMatrixFactory<DenseLongMatrix>
,DenseGenericMatrixMultiDFactory<DenseLongMatrix>
,GenericMatrix2DFactory<DenseLongMatrix>
,GenericMatrixFactory<DenseLongMatrix>
,GenericMatrixMultiDFactory<DenseLongMatrix>
,SparseGenericMatrix2DFactory<DenseLongMatrix>
,SparseGenericMatrixFactory<DenseLongMatrix>
,SparseGenericMatrixMultiDFactory<DenseLongMatrix>
,DenseLongMatrixFactory<DenseLongMatrix>
,LongMatrixFactory<DenseLongMatrix>
,BaseMatrixFactory<DenseLongMatrix>
,DenseMatrix2DFactory<DenseLongMatrix>
,DenseMatrixFactory<DenseLongMatrix>
,DenseMatrixMultiDFactory<DenseLongMatrix>
,Matrix2DFactory<DenseLongMatrix>
,MatrixMultiDFactory<DenseLongMatrix>
,SparseMatrix2DFactory<DenseLongMatrix>
,SparseMatrixFactory<DenseLongMatrix>
,SparseMatrixMultiDFactory<DenseLongMatrix>
public class DefaultDenseLongMatrixFactory extends AbstractDenseLongMatrixFactory<DenseLongMatrix> implements DenseLongMatrixFactory<DenseLongMatrix>
-
-
Field Summary
-
Fields inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
EMPTYMATRIX
-
-
Constructor Summary
Constructors Constructor Description DefaultDenseLongMatrixFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DenseLongMatrix
zeros(long... size)
DenseLongMatrix
zeros(long rows, long columns)
-
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.LongMatrixFactory
eye, ones, rand, randn
-
-
-
-
Method Detail
-
zeros
public DenseLongMatrix zeros(long... size)
- Specified by:
zeros
in interfaceBaseMatrixFactory<DenseLongMatrix>
- Specified by:
zeros
in interfaceMatrixMultiDFactory<DenseLongMatrix>
-
zeros
public DenseLongMatrix zeros(long rows, long columns)
- Specified by:
zeros
in interfaceBaseMatrixFactory<DenseLongMatrix>
- Specified by:
zeros
in interfaceMatrix2DFactory<DenseLongMatrix>
-
-