Posts by Hans Zimermann • 63 points
4 posts
-
1
votes2
answers81
viewsA: Multiplication of Matrices in Fortran
The Fortran language uses the model column-major to store the contents of a array contiguously in memory. Therefore, it is necessary to keep this in mind when assigning values in the constructor of…
-
1
votes2
answers81
viewsQ: Multiplication of Matrices in Fortran
I am encountering a problem to compile a program in Fortran. The build error accuses that the Shape of the matrices are not compliant. However, I understand that it is mathematically allowed to…
-
1
votes4
answers416
viewsQ: How to remove multiple blank lines in sequence with vim?
I have the following problem, I have a file with all scrambled code, many blank lines. I tried to remove the blank lines according to the post post about line deletion, but it removed all blank…
vimasked Hans Zimermann 63 -
2
votes5
answers1837
viewsA: How to create a configuration file in Laravel 4?
I did it when I needed it: <?php /* |--------------------------------------------------- | File: application/config/_sysvars.php |--------------------------------------------------- | |…