[ ソース: minieigen ]
パッケージ: python3-minieigen (0.50.3+dfsg1-8)
python3-minieigen に関するリンク
Debian の資源:
minieigen ソースパッケージをダウンロード:
- [minieigen_0.50.3+dfsg1-8.dsc]
- [minieigen_0.50.3+dfsg1.orig.tar.xz]
- [minieigen_0.50.3+dfsg1-8.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.launchpad.net]
類似のパッケージ:
Wrapper of parts of the Eigen library (Python 3)
Small wrapper for core parts of Eigen, c++ library for linear algebra. It is mainly useful for inspecting c++ code which already uses eigen and boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized with floating-point values) and Quaternions. Numerous methods are wrapped and the original API of Eigen is followed.
This is the Python 3 version of the package.
その他の python3-minieigen 関連パッケージ
|
|
|
|
-
- dep: libboost-python1.67.0
- Boost.Python Library
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libdouble-conversion1 (>= 2.0.0)
- routines to convert IEEE floats to and from strings
-
- dep: libgcc1 (>= 1:4.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 5.2)
- GNU 標準 C++ ライブラリ v3
-
- dep: python3 (<< 3.8)
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (>= 3.7~)
-
- rec: libeigen3-dev
- lightweight C++ template library for linear algebra