Python用のベクトル型と色々を追加するだけの汎用的なライブラリです。
This is a library that enables vector calculations in Python.
View to requirements.txt
- CuPy (Version is Any)
- Cursor (FREE Plan)
⚠️ 当プログラムは一部に生成AIを使用して開発されています⚠️
pip install vecposlibVector: 基本的な汎用ベクトル演算クラス
Basic vector operation classVec2Vec3Vec4:Vectorから派生したN次元の処理に特化したクラス
Class specialized in N dimensions
Position: 座標管理を補助するクラス
Classes that assist with coordinate management
- 座標管理がちょっと楽になる
- 簡単なベクトル操作が可能
- 距離・ノルム・正規化・内積・外積・射影・反射などの基本演算をサポート
- シンプルで直感的なAPI
- Coordinate management becomes a little easier
- Simple vector operations are possible
- Supports basic operations such as distance, norm, normalization, inner product, outer product, projection, and reflection
- Simple and intuitive API