minorMatrix

final ComplexMatrix minorMatrix(Integer rowIndex, Integer colIndex)

Get a minor matrix. Minors are obtained by removing just one row and one column from square matrices. (first minors)

Return

Parameters

rowIndex
colIndex