Skip to content

Lab 4 - Téo Dumoutier#3

Open
TeoDum wants to merge 4 commits intodpo-mth8211:mainfrom
TeoDum:Lab-4
Open

Lab 4 - Téo Dumoutier#3
TeoDum wants to merge 4 commits intodpo-mth8211:mainfrom
TeoDum:Lab-4

Conversation

@TeoDum
Copy link
Copy Markdown

@TeoDum TeoDum commented Jul 22, 2025

No description provided.

@github-actions
Copy link
Copy Markdown

Status:
Success--Here-is-the-PDF

@TeoDum
Copy link
Copy Markdown
Author

TeoDum commented Jul 28, 2025

Mmmmm je viens de voir les modifs pour les savefig. De mon côté, cela compilait sans problème pourtant zut zut, mais si jamais voici le pdf généré de mon côté qui contient les tableaux et les figures; ce sera probablement plus agréable pour la correction.
rapport.pdf

@dpo
Copy link
Copy Markdown
Contributor

dpo commented Jul 28, 2025

C'est parce qu'une fois qu'on a les figures en PDF, il faut encore les inclure dans le rapport explicitement. Je le ferai pour la postérité.

@github-actions
Copy link
Copy Markdown

Status:
Success--Here-is-the-PDF

@github-actions
Copy link
Copy Markdown

Status:
Success--Here-is-the-PDF

@dpo
Copy link
Copy Markdown
Contributor

dpo commented Jul 29, 2025

Ok. Maintenant, on a les graphes.

@TeoDum
Copy link
Copy Markdown
Author

TeoDum commented Jul 29, 2025

Magnifique, incroyable, fantastique, inimaginable.

@TeoDum
Copy link
Copy Markdown
Author

TeoDum commented Jul 29, 2025

Vive les graphes

Copy link
Copy Markdown
Contributor

@dpo dpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Très bien.


```{julia}
# votre code ici
x_qr = [1]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

x_qr = [1]

list_error_lsqr = []
list_error_lsmr = []
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pas nécessaire ?

function custom_callback_lsmr(workspace::KrylovWorkspace, list_error_lsmr=list_error_lsmr)
push!(list_error_lsmr, norm(workspace.x - x_qr))
return false
end
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Un seul callback suffisait, non ? Il suffisant de passer une liste différente en argument ?!

A, b, K, rhs = get_mm(name)

data = Array{Any}(undef, 6, 5)
headers = ["\'illc1033\'", "Symmlq", "Minres", "Minres_QLP", "Minares"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faut changer le nom du problème dans headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants