When the row or col index is negative, such as A.Get(1, -2), an error occurred. By checking your code, the minus "-" operation should be changed to "+" operation.
When the row or col index is negative, such as A.Get(1, -2), an error occurred.
By checking your code, the minus "-" operation should be changed to "+" operation.