next up previous contents
Next: 2.6 More Operations and Up: 2 Templates and Linear Previous: 2.4 Example

2.5 Return Values

 

All PLAPACK calls return an integer value, which represents an error code. A return value of

PLA_SUCCESS = 0 indicates the called routine completed successfully. Positive values indicate the routine did not complete successfully. Negative values are reserved for warnings.

For a complete listing of warning and error messages, consult http://www.cs.utexas.edu/users/plapack/return_value.


next up previous contents
Next: 2.6 More Operations and Up: 2 Templates and Linear Previous: 2.4 Example

rvdg@cs.utexas.edu