Skip to content
Siddhesh Agarwal edited this page Oct 24, 2021 · 1 revision

Introduction

matmath is a made-in-python library that can perform a large variety of matrix and vector related operations.

Installation

Open a terminal and run:

pip install matmath

Note: It is recommended to have python 3.6 (or above) before installation.

Building from Source

You can build matmath from source to get the latest unreleased features.

  1. Clone the GitHub repository to your local machine in any of the two ways:
    • Run git clone https://github.com/Siddhesh-Agarwal/matmath.
    • Download the zip file from the homepage

    First method requires git to be installed on your system.

  2. Create a Virtual Environment with virtualenv using python3 -m venv venv.
  3. To build the package run pip3 install -e and you are done.

Reporting Bugs and Feature Requests

Before Reporting Bugs or opening a feature request, check here

  • Report a bug here.
  • Submit a feature request here.
Clone this wiki locally