# nutrix **Repository Path**: nemolin/nutrix ## Basic Information - **Project Name**: nutrix - **Description**: Matrix and Vector Numerical Algorithm - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-27 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How to Start ##### 编译项目 编译: > cmake -B build > cmake --build build 运行: > build/bin/nutrix \ [param1 [param2...]] ##### 是否使用PETSc > -DENABLE_PETSc