FortCpp icon indicating copy to clipboard operation
FortCpp copied to clipboard

Create LHS resize

Open dalon-work opened this issue 10 years ago • 1 comments

Make a function that allows the LHS of an operation to be resized to the size of the RHS. Something like this:

Array1d<float> a,b(10),c(10);
a.resize() = b+c;

dalon-work avatar Mar 02 '15 23:03 dalon-work

Create a wrapper class to allow this.

dalon-work avatar Feb 12 '16 00:02 dalon-work