a SageMath package to work with elementary vectors, sign vectors, oriented matroids and vectors with components in intervals
Project description
Sign vectors
Description
a SageMath package to work with elementary vectors, linear inequality systems, sign vectors and oriented matroids
License
Distributed under the terms of the GNU General Public License (GPL, see the LICENSE file), either version 3 or (at your option) any later version
Requirements
Sage 9.0 or later is recommended.
Installation
Install from GitHub (recommended)
To download and install the latest development version on a system where Sage was built from source or installed from official packages, run
sage -pip install git+https://github.com/MarcusAichmayr/elementary_vectors.git
or
sage -pip install --user git+https://github.com/MarcusAichmayr/elementary_vectors.git
The optional --user
flag causes the package to be installed in your .sage
directory instead of the Sage installation tree.
Local install from source
Download the source from the git repository:
git clone https://github.com/MarcusAichmayr/elementary_vectors.git
Change to the root directory of the repository and run:
sage -pip install --upgrade --no-index -v .
You can also run instead the shorthand:
make install
Documentation
The documentation of this package can be found on GitHub: https://marcusaichmayr.github.io/elementary_vectors/index.html
If you want to generate it yourself, run
make doc
or
make doc-pdf
at the root directory of the repository.
Testing
To run the test suite, install the package and run the command
make test
at the root directory of the repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for elementary_vectors-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 973e4bf398b7c56c0a97e26309129ab98ce3e0dbeab08cd27856f240b88ee7ad |
|
MD5 | 3bb02b0c2998c01807a68618d801a0db |
|
BLAKE2b-256 | a86b09068af71f0e4c674c1b9239fdd6056a454c5912bed74ef66fc717277f9b |