Object Reference : Object View and Procedure Reference : Rowvector
  
 
copy
Creates a copy of the rowvector.
Creates either a named or unnamed copy of the rowvector.
Syntax
rowvector_name.copy
rowvector_name.copy dest_name
Examples
r1.copy
creates an unnamed copy of the rowvector R1.
r1.copy r2
creates R2, a copy of the rowvector R1.
Cross-references
See also copy.