We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784b6a3 commit 9541a3bCopy full SHA for 9541a3b
la/sparse_conversions.go
@@ -79,7 +79,7 @@ func (t *TripletC) ToMatrix(a *CCMatrixC) *CCMatrixC {
79
}
80
81
// umfErr returns UMFPACK error codes
82
-func umfErr(code C.LONG) string {
+func umfErr(code C.int) string {
83
switch code {
84
case C.UMFPACK_ERROR_out_of_memory:
85
return "out_of_memory (-1)"
0 commit comments