public class MathMatrixFactory extends java.lang.Object implements IMathMatrixFactory
Allows to create a math matrix
Constructor and Description |
---|
MathMatrixFactory() |
Modifier and Type | Method and Description |
---|---|
IMathMatrix |
createMathMatrix(int rowCount,
int columnCount)
Creates a math matrix
|
public final IMathMatrix createMathMatrix(int rowCount, int columnCount)
Creates a math matrix
createMathMatrix
in interface IMathMatrixFactory
rowCount
- row countcolumnCount
- column countCopyright © 2004-2020 Aspose Pty Ltd. All Rights Reserved.