TYEclipse/dsh-linalg0

dsh-linalg

Linear algebra toolbox for DeepSeek Harness (dsh): matrix multiply, determinant, inverse, trace, transpose, RREF, linear system solver with unique/infinite/none classification, and vector ops (dot/cross/norm/projection/angle) — zero runtime dependencies

AI 分析

核心用途是提供矩阵和向量的线性代数运算。适合需要在 DSH 中进行确定性数学计算、矩阵分析或求解线性方程组的科研与工程计算任务。

パッケージ
dsh-linalg
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/07

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TYEclipse/dsh-linalg

ドキュメント

README 全文を読む ↗

Configuration

- name: 'github:TYEclipse/dsh-linalg'
  config:
    maxDimension: 20   # max rows/columns (1–50)
    roundPlaces: 10    # decimals in every output number (1–15)