Pharo-MatrixProject

Description

Implementation of a sparse matrix structure in Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
Apache-2.0
Created
March 7, 2025
Updated
March 11, 2025

Categories

Math

README excerpt

## MatrixProject Exercise (Pharo 12)

### Description
This exercise was done using **Pharo 12**, and consists of testing a custom **Sparse Matrix** structure.  
The tests ensure correct behavior of the matrix operations and logic.


### Technologies Used
- **Pharo 12**
- **DrTests** : Pharo 12’s testing framework
- **Git / Iceberg** : Version control


### Project Structure

**MatrixProject-Tests Package**
- SparseMatrixTest : Contains unit tests verifying the functionality of the sparse matrix.


### Testing
All tests were successfully executed using **DrTests**.
![Matrix Test Result](image/Matrix.png)


← Back to results