Scalar extension: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  13:58, 14 November 2019
no edit summary
Miraheze>Adám Brudzewsky
Miraheze>Adám Brudzewsky
No edit summary
Line 31: Line 31:


Singleton extension can sometimes conflict with other extensions, an issue which does not occur with scalar extension. If a function is extended to allow a shorter vector argument to be extended (perhaps by padding with 0), but it also supports singleton extension, then there is a conflict with length-1 vectors.
Singleton extension can sometimes conflict with other extensions, an issue which does not occur with scalar extension. If a function is extended to allow a shorter vector argument to be extended (perhaps by padding with 0), but it also supports singleton extension, then there is a conflict with length-1 vectors.
{{APL programming language}}


== Extension in the Rank operator ==
== Extension in the Rank operator ==
Line 66: Line 64:
larsca
larsca
</source>
</source>
{{APL programming language}}

Navigation menu