Reports a singular matrix error.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | fcn |
The name of the function that failed. |
||
| class(errors), | intent(inout) | :: | err |
The error object to be updated. |
||
| integer(kind=int32), | intent(in) | :: | row |
The row index where the singularity issue was first encountered. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | msg |