scikits.cuda.cula.culaGetErrorInfoString

scikits.cuda.cula.culaGetErrorInfoString(e, i, bufsize=100)[source]

Returns a readable CULA error string.

Returns a readable error string corresponding to a given CULA error code and extended error information code.

Parameters:

e : int

CULA error code.

i : int

Extended information code.

bufsize : int

Length of string to return.

Returns:

s : str

Error string.