create_math_matrix method

create_math_matrix

Creates a math matrix

Returns

new math matrix

def create_math_matrix(self, row_count, column_count):
    ...
ParameterTypeDescription
row_countintrow count
column_countintcolumn count

See Also