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. 9. 7.

설치

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

Configuration

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