public interface IMathMatrixFactory
Allows to create a math matrix
Modifier and Type | Method and Description |
---|---|
IMathMatrix |
createMathMatrix(int rowCount,
int columnCount)
Creates a math matrix
|
IMathMatrix createMathMatrix(int rowCount, int columnCount)
Creates a math matrix
rowCount
- row countcolumnCount
- column count