Skip to content

Commit 1555949

Browse files
committed
fix: change names in docs
1 parent db47b5c commit 1555949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cubool/include/cubool/cubool.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,13 +926,13 @@ CUBOOL_EXPORT CUBOOL_API cuBool_Status cuBool_Kronecker(
926926
);
927927

928928
/**
929-
* Performs result = left * ~right, where
929+
* Performs result = matrix * ~mask, where
930930
* '*' is boolean semiring 'and' operation
931931
* '~' is operation for invert matrix (0 swaps to 1 and 1 to 0)
932932
*
933933
* @note To perform this operation matrices must be compatible
934-
* dim(left) = M x T
935-
* dim(right) = T x N
934+
* dim(matrix) = M x T
935+
* dim(mask) = T x N
936936
* dim(result) = M x N
937937
*
938938
* @note Pass `CUBOOL_HINT_TIME_CHECK` hint to measure operation time

0 commit comments

Comments
 (0)