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 89ac878 commit 70607dcCopy full SHA for 70607dc
cubool/include/cubool/cubool.h
@@ -525,7 +525,7 @@ CUBOOL_EXPORT CUBOOL_API cuBool_Status cuBool_Kronecker(
525
cuBool_Matrix result,
526
cuBool_Matrix left,
527
cuBool_Matrix right,
528
- cuBool_Hint hints
+ cuBool_Hints hints
529
);
530
531
#endif //CUBOOL_CUBOOL_H
cubool/sources/cuBool_Kronecker.cpp
@@ -28,7 +28,7 @@ cuBool_Status cuBool_Kronecker(
28
29
30
31
32
) {
33
CUBOOL_BEGIN_BODY
34
CUBOOL_VALIDATE_LIBRARY
0 commit comments