Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Gaussian elimination in Fortran90 #638

Closed

Conversation

depate
Copy link
Contributor

@depate depate commented Oct 8, 2019

Initial commit. based on upstream master. intended to replace PR gaussian_fortran

depate and others added 6 commits October 8, 2019 11:46
… how to put data in the proper way

Comments and test outputs will be deleted or condensed in the final commit.
Executing results in boundary exception while looping through the re-evaluation of row elements.
Further debugging necessary.
@berquist berquist added Hacktoberfest The label for all Hacktoberfest related things! Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) labels Oct 11, 2019
@depate
Copy link
Contributor Author

depate commented Oct 28, 2019

Maybe to document the progress:

I am struggling with initialisation of the array. Fortran has a different approach on how to fill up an array with values. Internal functions, like finding the index of max_val element, are row based. Therefore I tried to solve it with transponation of the array/matrix. Did not work out that good and created more bugs in the process.

So still WIP.

@leios
Copy link
Member

leios commented May 17, 2020

If there is a more fortran-esque way of doing this, I don't mind working with you to make that possible. Gaussian Elimination must be doable in Fortran. It's Fortran!

@fanninpm
Copy link
Contributor

Perhaps you should try wearing a blue tie?

@ntindle
Copy link
Member

ntindle commented Aug 28, 2021

[lang: fortran]

@github-actions github-actions bot added the lang: fortran Fortran programming language label Aug 28, 2021
@Amaras
Copy link
Member

Amaras commented Dec 8, 2021

@depate Since this PR has not been updated significantly for 2 years, I will close this PR for now.

Feel free to re-open it if you wish to continue working on it, though 😃

@Amaras Amaras closed this Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest The label for all Hacktoberfest related things! Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) lang: fortran Fortran programming language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants