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 IMathMatrixFactoryrowCount - row countcolumnCount - column countCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.