133794m3r / 133794m3r/itp132-232
Matrix class Unit tests
- 主要语言
- C++
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
This for tracking all of the features of the language being tested.
- [X] Constructors
- [ ] = operator
- [X] standard
- [X] empty args
- [X] vector intializer
- [x] Operators
- [x] Arithematic
- [x] Comparison
- [x] Boolean
- [x] Inplace Arithematic
- [ ] Determinant Tests Int & Doubles
- [X] 2x2
- [X] 3x3
- [X] 4x4
- [ ] Gaussian Elimination Int & Double
- [ ] 2x2
- [ ] 3x3
- [ ] 4x4
- [ ] Linear Equation Solvers
- [ ] 1 var
- [ ] 2 vars
- [ ] 3 vars
- [ ] 4 vars
- [ ] Adjugate Int & Double
- [ ] 2x2
- [ ] 3x3
- [ ] 4x4
- [ ] Inverse Modulus
- [ ] Int
- [ ] Double
- [ ] Cofactors
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue is a checklist for implementing unit tests for a Matrix class in C++. Start by examining the existing test files or the Matrix class implementation to understand the current test structure. Focus on one unchecked item, like 'Gaussian Elimination Int & Double' for a 2x2 matrix. Write a test case in the appropriate test suite, verify it compiles, and run the existing test runner to ensure the new test passes.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100