Boost logo

Boost :

Subject: Re: [boost] Review Request: QVM (generic Quaternion, Vector and Matrix operations library)
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2015-06-26 04:49:28


On Thu, Jun 25, 2015 at 11:30 PM, Emil Dotchevski <emildotchevski_at_[hidden]>
wrote:

> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk