adeeconometrics / Vectory

Dependency-free library for Vector algebra

Home Page:https://adeeconometrics.github.io/Vectory/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vectory

Vectory is a dependency-free vectory algebra library in Python. Vectory supports elementary operations involoving vectors. Motivated to solve the problems of my girlfriend, some functions are specialized for ℝ³`. More importantly, the core data structure is stored in vector class which can be wrapped as a numpy array via np.array(vector) thereby extending its reach for more complicated expressions. The intent of Vectory is to serve the basic needs for solving small instances of vector algebra problems without incurring unecessary penalties of bloat dependencies.

The documentation is available at: https://adeeconometrics.github.io/Vectory/

About

Dependency-free library for Vector algebra

https://adeeconometrics.github.io/Vectory/

License:MIT License


Languages

Language:HTML 59.6%Language:JavaScript 17.6%Language:CSS 11.8%Language:Python 10.3%Language:Batchfile 0.4%Language:Makefile 0.3%