cart-elc

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

Cwise_scalar_power_array.cpp (85B)


      1 Array<double,1,3> e(2,-3,1./3.);
      2 cout << "10^[" << e << "] = " << pow(10,e) << endl;