Object Reference
:
Object View and Procedure Reference
:
Rowvector
resize
Rowvector Procs
Resize the rowvector object.
Syntax
rowvector_name.
resize
rows
Examples
rvec1.resize 20
resizes the rowvector RVEC1 to 20 columns, retaining the contents of any existing elements and initializing new elements to 0.
Cross-references
See also
Rowvector::rowvector
.