cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

Cwise_pow.cpp (53B)


      1 Array3d v(8,27,64);
      2 cout << v.pow(0.333333) << endl;