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 -- Generated on 19 May 2009 by Doxygen 1.5.5 -- Copyright 2007 by the Trustees of Indiana University.