Contents

BLASParamErrorProc

A BLAS error handler callback type.

Declaration

typealias BLASParamErrorProc = (UnsafePointer<CChar>, UnsafePointer<CChar>, UnsafePointer<__LAPACK_int>, UnsafePointer<__LAPACK_int>) -> Void

Discussion