Menu

#35 Adopt rvalue references and "const views" when passing blitz::Arrays

Milestone 11
open
5
2014-02-20
2014-02-20
No

rvalue reference seems to be the correct semantics when passing non-const blitz::Arrays

"const view": blitz::Array<const dcomp,RANK=""> – works like a non-const pointer to a const (e.g. it can be self-transposed, but the underlying values cannot be changed)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.