Recent content by seneika

  1. 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...
  2. 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...
  3. 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...
  4. 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...
Back
Top