Skip to content

Commit

Permalink
fix infintely
Browse files Browse the repository at this point in the history
infintely is spelled wrong but also wrong in meaning.  there are not infinitely more possibilities for tensors, merely combinatorially many more.
  • Loading branch information
jeffhammond authored May 10, 2022
1 parent 5ea46cd commit fcbeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion D1673/P1673.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ algebra libraries like the BLAS, so a linear algebra library is a good
first step. Second, `mdspan` has natural use as a
low-level representation of dense tensors, so we are already partway
there. Third, even simple tensor operations that naturally generalize
the BLAS have infintely many more cases than linear algebra. It's not
the BLAS have significantly more cases than linear algebra. It's not
clear to us which to optimize. Fourth, even though linear algebra is
a special case of tensor algebra, users of linear algebra have
different interface expectations than users of tensor algebra. Thus,
Expand Down

0 comments on commit fcbeeaf

Please sign in to comment.