IMathMatrixFactory

public interface IMathMatrixFactory

Allows to create a math matrix


For COM comparibility

Methods

MethodDescription
createMathMatrix(int rowCount, int columnCount)Creates a math matrix

createMathMatrix(int rowCount, int columnCount)

public abstract IMathMatrix createMathMatrix(int rowCount, int columnCount)

Creates a math matrix

Parameters:

ParameterTypeDescription
rowCountintrow count
columnCountintcolumn count

Returns: IMathMatrix - new math matrix