logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Math::Vector::Real::XS - Real vector arithmetic in fast XS

Description

       This module reimplements most of the functions in Math::Vector::Real in XS for a great performance boost.

       Once this module is installed, Math::Vector::Real will load and use it automatically.

Name

       Math::Vector::Real::XS - Real vector arithmetic in fast XS

Support

       In order to report bugs you can send me and email to the address that appears below or use the CPAN RT
       bug-tracking system available at <http://rt.cpan.org>.

       The source for the development version of the module is hosted at GitHub:
       <https://github.com/salva/p5-Math-Vector-Real-XS>.

   Mywishlist
       If you like this module and you're feeling generous, take a look at my wishlist:
       <http://amzn.com/w/1WU1P6IR5QZ42>

Synopsis

         use Math::Vector::Real;
         ...

See Also