Metadata-Version: 2.4
Name: vectortoolsja
Version: 0.1.1
Summary: Simple vector and matrix utility package
Author: Triza Safwan al Zahran
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: torch
Dynamic: license-file

# VectorTools

Package sederhana untuk operasi vector dan matrix.

## Install

pip install vectortoolsja

## Contoh

<!-- python
import vectortools as vt

x = vt.buat_vector([[1],[2],[3]])

print(vt.transpose(x)) -->
