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 中进行确定性数学计算、矩阵分析或求解线性方程组的科研与工程计算任务。
インストール
$
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)