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