pyCGM_Single.clusterCalc.
printMat
Prints a matrix.
Input matrix.
Examples
>>> M = [[1, 2, 3], ... [4, 5, 6], ... [7, 8, 9]] >>> printMat(M) [1, 2, 3] [4, 5, 6] [7, 8, 9]
Contents: