Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
benchmark_results/ | H | 03-May-2022 | - | |||
cmake_modules/ | H | 15-May-2018 | - | 728 | 609 | |
doc/ | H | 15-May-2018 | - | 3,938 | 2,833 | |
pyranha/ | H | 03-May-2022 | - | 7,623 | 4,975 | |
src/ | H | 03-May-2022 | - | 48,619 | 25,236 | |
tests/ | H | 03-May-2022 | - | 51,759 | 43,442 | |
tools/ | H | 03-May-2022 | - | 522 | 405 | |
tutorial/ | H | 03-May-2022 | - | 172 | 104 | |
.clang-format | H A D | 15-May-2018 | 1.8 KiB | 62 | 61 | |
.gitchangelog.rc | H A D | 15-May-2018 | 6.1 KiB | 192 | 173 | |
.gitignore | H A D | 15-May-2018 | 202 | 19 | 14 | |
.travis.yml | H A D | 15-May-2018 | 4.8 KiB | 127 | 120 | |
CHANGELOG.rst | H A D | 15-May-2018 | 5.3 KiB | 224 | 145 | |
COPYING.gpl3 | H A D | 15-May-2018 | 34.3 KiB | 675 | 553 | |
COPYING.lgpl3 | H A D | 15-May-2018 | 7.5 KiB | 166 | 128 | |
README.md | H A D | 15-May-2018 | 1.3 KiB | 18 | 14 | |
appveyor.yml | H A D | 15-May-2018 | 1.6 KiB | 59 | 50 | |
codecov.yml | H A D | 15-May-2018 | 47 | 6 | 4 | |
main.cpp | H A D | 15-May-2018 | 586 | 19 | 16 |
README.md
1# Piranha 2[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/bluescarni/piranha?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 3[![Build Status](https://travis-ci.org/bluescarni/piranha.svg?branch=master)](https://travis-ci.org/bluescarni/piranha) 4[![Build status](https://ci.appveyor.com/api/projects/status/27ssomrhwjsy2hda/branch/master?svg=true)](https://ci.appveyor.com/project/bluescarni/piranha/branch/master) 5[![PyPI](https://img.shields.io/pypi/v/pyranha.svg)](https://pypi.python.org/pypi/pyranha) 6[![Docs](https://readthedocs.org/projects/pip/badge/?version=latest)](http://bluescarni.github.io/piranha/sphinx/) 7[![DOI](https://zenodo.org/badge/20656/bluescarni/piranha.svg)](https://zenodo.org/badge/latestdoi/20656/bluescarni/piranha) 8[![codecov.io](https://codecov.io/github/bluescarni/piranha/coverage.svg?branch=master)](https://codecov.io/github/bluescarni/piranha?branch=master) 9 10Piranha is a C++11-based computer algebra library for the manipulation of 11algebraic objects, such as polynomials and Poisson series, commonly encountered 12in celestial mechanics. 13 14Piranha is free software and may be freely copied on the terms contained in the 15files COPYING*. 16 17The (work-in-progress) documentation is available [here](http://bluescarni.github.io/piranha/sphinx/). 18