mcquerol / mcquerol/matrixlib-cpp
Implement Matrix by Matrix subtraction
Aperta
@mcquerol ci sta già lavorando.
Dal 16/3/2026.
enhancement
- Lingua principale
- C++
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Add the method to subtract Matrix from another Matrix
//temp return to avoid compiler error
Matrix Matrix::operator -(Matrix rhs) const
{
return Matrix(0,0);
}
- Check rules (what has to be kept in place)? I think the add subtract check needs to be implemented first, no? (#1)
- maybe check dimensions?
- check of out of bounds?
- Inner matrix maybe?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.