Skip to content

Commit 1e8b679

Browse files
committed
Fix typo in documentation of MEX interface
1 parent e52617c commit 1e8b679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mex/gemmi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% for the matrices A and B, respectively. The ALGIN parameter
55
% must be a struct, with the following fields currently supported.
66
% 'split' - selects the stragegy to be used to split A and B into
7-
% slices. Possible values are 'b' for bitmasking and 'n
7+
% slices. Possible values are 'b' for bitmasking and 'n'
88
% for round-to-nearest (default).
99
% 'acc' - selects how the exact integer matrix products are
1010
% accumulated. Possible values are 'f' for floating-point

0 commit comments

Comments
 (0)