Recent content by seneika
-
S
Fortran Fortran: Pointer to array section with vector subscripts
Hi. I'm trying to make a pointer point to sections of a rank-2 array given by specific values of it's second index. I other words: given a table I wan't a pointer to point to specific columns, making of it a "filtered" table. The method I was trying was like DOUBLE PRECISION...- seneika
- Thread
- Array Fortran Section Vector
- Replies: 1
- Forum: Programming and Computer Science
-
S
How can I efficiently do pencil and paper calculations electronically?
Sure. I agree with that. About Latex, I'm quite used to. I can type without any WYSIWYG editor, but only - after - I have what to type. I don't know if it is because of the rendering process (I mean, you need to run latex to see the thing) but I can't use it to do derivations, you...- seneika
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
How can I efficiently do pencil and paper calculations electronically?
Hi I want, once and for all, to abolish pencil and paper in my studies. At least in what concern mathematics. I mean, I want to do my "pencil and paper calculations" electronically. Note that I'm not talking about using any computer algebra system. The problem is that I haven't found...- seneika
- Thread
- Paper
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Fortran Merging arrays in fortran 90/95
Hi, can someone help me with this one? I'm trying to merge several 1d-arrays into one 2d-array. Is there any intrinsic routine/function in fortran 90/95 to do so? I also thought of pointers. Can I assign a 2d-pointer to more than one object so I have a pointer array whose columns point to...- seneika
- Thread
- Arrays Fortran
- Replies: 2
- Forum: Programming and Computer Science