cart-elc

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

Cwise_log10.cpp (47B)


      1 Array4d v(-1,0,1,2);
      2 cout << log10(v) << endl;