Skip to content

Commit 146fed8

Browse files
committed
Fix typos in documentation of MEX interface
1 parent 2861eb7 commit 146fed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mex/gemmi.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% GEMMI Compute matrix product using integer Ozaki scheme.
22
% [C, ALGOUT] = GEMMI(A,B,ASPLITS,BSPLITS,ALGIN) computes the matrix
3-
% C = A*B using the Ozaki scheme with ASPLITS and BSPLITS slices
4-
% for the matrices A and B, respectively.The ALGIN parameter
3+
% C = A * B using the Ozaki scheme with ASPLITS and BSPLITS slices
4+
% 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
77
% slices. Possible values are 'b' for bitmasking and 'n'

0 commit comments

Comments
 (0)