Vector Insertion
Vectors are filled by setting the elements, e.g.:
v[1]= 7.0; v[4]= 8.0;
If all elements are equal, one can set it in one statement:
v= 9.0;
Return to Matrix Types Table of Content Proceed to Matrix Insertion
Vector Insertion -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Gen. with
rev. 7542
on Sat Aug 11 2012 by doxygen 1.7.6.1 -- © 2010 by SimuNova UG.