Advanced Fortran Programming : 008 : Forall statement and comparison with do loop

preview_player
Показать описание
This is a series of tutorials on Advanced Fortran programming. It is made targeting science and engineering students who are beginning to learn programming, but I recommend this series for all programmers.

The older version is removed. All the programs and examples will be available in this public folder!

Рекомендации по теме
Комментарии
Автор

Is there any keyword kind-a-thing to make fortran compiler CASE-SENSITIVE? Without altering the compiler

RamKumar-toip
Автор

Gauss jacobi and Seidel, .... these set of words made me to understand exactly the difference b/w forall and do... nice example
i have a doubt, will the memory issues be experienced when using ForALL for a huge matrix "A"?, because it has to store temporaryly a huge matrix "A_temp"?

RamKumar-toip