mcquerol / mcquerol/matrixlib-cpp
Implement Matrix by Matrix subtraction
Aberta
@mcquerol já está trabalhando nisso.
Desde 16/3/2026.
enhancement
- Linguagem predominante
- C++
- Estrelas
- 0
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.