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