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 2861eb7 commit 146fed8Copy full SHA for 146fed8
mex/gemmi.m
@@ -1,7 +1,7 @@
1
% GEMMI Compute matrix product using integer Ozaki scheme.
2
% [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
+% C = A * B using the Ozaki scheme with ASPLITS and BSPLITS slices
+% for the matrices A and B, respectively. The ALGIN parameter
5
% must be a struct, with the following fields currently supported.
6
% 'split' - selects the stragegy to be used to split A and B into
7
% slices. Possible values are 'b' for bitmasking and 'n'
0 commit comments