https://github.com/salva/p5-math-vector-real-xs
https://github.com/salva/p5-math-vector-real-xs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salva/p5-math-vector-real-xs
- Owner: salva
- Created: 2012-06-29T14:25:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T20:26:20.000Z (over 5 years ago)
- Last Synced: 2023-03-10T19:41:01.088Z (over 2 years ago)
- Language: C
- Size: 76.2 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Math-Vector-Real-XS
===================This module reimplements some of the function in Math::Vector::Real in
XS in order to improve performance.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2012-2015 by Salvador Fandiño
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.