Set the value of a specific cell in the matrix


- Row (Int64)
- The row of the cell to set
- Column (Int64)
- The column of the cell to set
- Value (Complex)
- The value of the cell

Exception | Condition |
---|---|
InvalidMatrixLocationException | Thrown in a location is specified that
doesn't exist in the matrix |