Logo MTL4

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 24 Aug 2009 by Doxygen 1.5.9 -- Copyright 2008-09 by TU Dresden and the Trustees of Indiana University.