Skip to content

Commit fcbeeaf

Browse files
authored
fix infintely
infintely is spelled wrong but also wrong in meaning. there are not infinitely more possibilities for tensors, merely combinatorially many more.
1 parent 5ea46cd commit fcbeeaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

D1673/P1673.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ algebra libraries like the BLAS, so a linear algebra library is a good
12661266
first step. Second, `mdspan` has natural use as a
12671267
low-level representation of dense tensors, so we are already partway
12681268
there. Third, even simple tensor operations that naturally generalize
1269-
the BLAS have infintely many more cases than linear algebra. It's not
1269+
the BLAS have significantly more cases than linear algebra. It's not
12701270
clear to us which to optimize. Fourth, even though linear algebra is
12711271
a special case of tensor algebra, users of linear algebra have
12721272
different interface expectations than users of tensor algebra. Thus,

0 commit comments

Comments
 (0)