(no commit message)
authorlkcl <lkcl@web>
Mon, 16 Sep 2019 02:59:37 +0000 (03:59 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 16 Sep 2019 02:59:37 +0000 (03:59 +0100)
vector_ops.mdwn

index da96f92fd365053f91778a68f2d3747dc4c9ee9b..2dfda08a8ac43c54489a2c008dcf731b1e41242b 100644 (file)
@@ -1,6 +1,6 @@
 # Vector Operations Extension to SV
 
-This extension is dependent on SV SUBVL bring implemented. When SUBVL is set to define the length of a subvector the operations in this extension interpret the elements as a single vector.
+This extension is dependent on SV SUBVL being implemented. When SUBVL is set to define the length of a subvector the operations in this extension interpret the elements as a single vector.
 
 Normally in SV all operations are scalar and independent.  In this extension, the subvector itself is the unit. Examples include cross product and may in future involve complex numbers.