| c++ Programming Glossary: indvector::erase with pointer member http://stackoverflow.com/questions/2677770/vectorerase-with-pointer-member  1 ymax ymin 1 visibleShape new double visShapeSize for int ind 0 ind visShapeSize ind  visibleShape ind other.visibleShape.. ymin 1 visibleShape new double visShapeSize for int ind 0 ind visShapeSize ind  visibleShape ind other.visibleShape ind ~Hyp.. new double visShapeSize for int ind 0 ind visShapeSize ind  visibleShape ind other.visibleShape ind ~Hyp delete visibleShape.. 
 Matrix “Zigzag” Reordering http://stackoverflow.com/questions/3024939/matrix-zigzag-reordering    Consider the code M randi 100 3 4  # input matrix ind reshape 1 numel M size M # indices of elements ind fliplr spdiags.. 100 3 4  # input matrix ind reshape 1 numel M size M # indices of elements ind fliplr spdiags fliplr ind # get the anti.. matrix ind reshape 1 numel M size M # indices of elements ind fliplr spdiags fliplr ind # get the anti diagonals ind 1 2 end.. 
 |