Error occurred when fetching sidebar data
[fixed] método dos mínimos quadrados não repetem
.gitignore +1 -1
ajustePol.c +3 -0
libMatriz.c +66 -6
libMatriz.h +1 -1
+ 1
- 1
+ 3
- 0
@@ -10,6 +10,7 @@ int main() {
@@ -30,6 +31,7 @@ int main() {
@@ -84,6 +86,7 @@ int main() {
+ 66
- 6
@@ -108,17 +108,77 @@ void imprimeVetorLinha(Intervalo_t* vetor, int n) {
+ 1
- 1
@@ -40,7 +40,7 @@ void imprimeVetor(Intervalo_t *vetor, int n);