xiaotaiye / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

add support for non-contiguous row and column views of two-dimensional arrays #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Use strided_range (or equivalent functionality) to support views to 
non-contiguous elements in an array2d.

Original issue reported on code.google.com by wnbell on 18 Feb 2011 at 1:16

GoogleCodeExporter commented 8 years ago
Might as well support views of matrix diagonals too.

Original comment by wnbell on 5 Feb 2012 at 1:07