26 Jun
2015
26 Jun
'15
8:49 a.m.
On Thu, Jun 25, 2015 at 11:30 PM, Emil Dotchevski
The value is in the ability to adapt existing types (e.g. from a C library or from other C++ libraries like Eigen) but also QVM lets you write expressions like this:
transp(delc<1>(delr<2>(m)))
(The above gives you an rvalue that accesses the original matrix m with row 2 deleted, then column 1 of the result deleted, then the result of that transposed.)
Sorry I meant lvalue.