Updated docs and added constants to tracker
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#title AugmentMatrix [RCBasic Doc]
|
||||
#header function AugmentMatrix(mA, mB, mC)
|
||||
#header Function AugmentMatrix(mA, mB, mC)
|
||||
|
||||
Appends the columns of matrix mB onto matrix mA and stores the result in mC.
|
||||
|
||||
NOTE: Must mA and mB must be the same number of rows.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user