Package org.ujmp.colt
Class ColtDenseDoubleMatrix2DFactory
- java.lang.Object
-
- org.ujmp.core.matrix.factory.AbstractMatrixFactory<T>
-
- org.ujmp.core.doublematrix.factory.AbstractDenseDoubleMatrix2DFactory<ColtDenseDoubleMatrix2D>
-
- org.ujmp.colt.ColtDenseDoubleMatrix2DFactory
-
- All Implemented Interfaces:
BaseDoubleMatrixFactory<ColtDenseDoubleMatrix2D>
,DenseDoubleMatrix2DFactory<ColtDenseDoubleMatrix2D>
,DenseDoubleMatrixFactory<ColtDenseDoubleMatrix2D>
,DoubleMatrix2DFactory<ColtDenseDoubleMatrix2D>
,BaseGenericMatrixFactory<ColtDenseDoubleMatrix2D>
,DenseGenericMatrix2DFactory<ColtDenseDoubleMatrix2D>
,DenseGenericMatrixFactory<ColtDenseDoubleMatrix2D>
,GenericMatrix2DFactory<ColtDenseDoubleMatrix2D>
,BaseMatrixFactory<ColtDenseDoubleMatrix2D>
,DenseMatrix2DFactory<ColtDenseDoubleMatrix2D>
,DenseMatrixFactory<ColtDenseDoubleMatrix2D>
,Matrix2DFactory<ColtDenseDoubleMatrix2D>
,BaseNumberMatrixFactory<ColtDenseDoubleMatrix2D>
,DenseNumberMatrix2DFactory<ColtDenseDoubleMatrix2D>
,DenseNumberMatrixFactory<ColtDenseDoubleMatrix2D>
,NumberMatrix2DFactory<ColtDenseDoubleMatrix2D>
public class ColtDenseDoubleMatrix2DFactory extends AbstractDenseDoubleMatrix2DFactory<ColtDenseDoubleMatrix2D> implements DenseDoubleMatrix2DFactory<ColtDenseDoubleMatrix2D>
-
-
Field Summary
-
Fields inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
EMPTYMATRIX
-
-
Constructor Summary
Constructors Constructor Description ColtDenseDoubleMatrix2DFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColtDenseDoubleMatrix2D
zeros(long... size)
ColtDenseDoubleMatrix2D
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.doublematrix.factory.DoubleMatrix2DFactory
eye, ones, rand, randn
-
-
-
-
Method Detail
-
zeros
public ColtDenseDoubleMatrix2D zeros(long rows, long columns)
- Specified by:
zeros
in interfaceBaseMatrixFactory<ColtDenseDoubleMatrix2D>
- Specified by:
zeros
in interfaceMatrix2DFactory<ColtDenseDoubleMatrix2D>
-
zeros
public ColtDenseDoubleMatrix2D zeros(long... size)
- Specified by:
zeros
in interfaceBaseMatrixFactory<ColtDenseDoubleMatrix2D>
- Overrides:
zeros
in classAbstractDenseDoubleMatrix2DFactory<ColtDenseDoubleMatrix2D>
-
-