|
data with metadata Would it be a good idea to define "fortran data sets" as part of the language? These datasets would store metadata in addition to data. You can read the fields in any order , select only a subset to read etc. and the data-types are known outside the code. These data sets can be made compatible with SQL and Fo... 14 Apr 2008 03:06
LAPACK string orchestra widmar wrote: Last revised in Nov. 2006 (by UTK, Berkeley, NAG) - clf's stringing enthusiasts are invited to scale it to a string quartet subject to the specs therein: logical function lsame (ca, cb) character ca, cb * * LSAME returns .TRUE. if CA is the same letter as CB *... 12 Apr 2008 11:06
what is wrong with this code?can someone walk me through this? On Mar 28, 3:09 pm, madhu0...(a)gmail.com wrote: On Mar 29, 12:03 am, madhu0...(a)gmail.com wrote: On Mar 28, 12:34 pm, "Gerry Ford" <ge...(a)nowhere.ford> wrote: "Steven G. Kargl" <ka...(a)troutmask.apl.washington.edu> wrote in messagenews:fsesmg$8a6$1(a)gnus01.u.washington.edu... In... 1 Apr 2008 20:40
Reference to derived type element by index? I have a derived type, e.g. type circle_datatype real :: radius real :: x real :: y real :: z character(len=*) :: circle_label endtype circle_datatype type(circle_datatype) :: circle and want to refer to the individual elements via some ... 14 Apr 2008 03:06
How to Read csv Files with both Characters and Numbers? On 27 Mar, 16:33, nos...(a)see.signature (Richard Maine) wrote: relaxmike <michael.bau...(a)gmail.com> wrote: - string_split(string,chars,nbcomponent,component) splits the given string everytime one character in the chars argument is found and add it to the array of string "component". - string_is... 31 Mar 2008 17:57
gfortran problem In article <c8a6d623-d154-43de-a3bd-2302c5285cf6(a)i7g2000prf.googlegroups.com>, rudra <bnrj.rudra(a)gmail.com> wrote: *** glibc detected *** /matsc/students/Rudra/Recursion/Real/run.out: double free or corruption (out): 0xb7f79008 *** This is often caused by overrunning the beginning or end of an allocated arr... 31 Mar 2008 19:20
Matrix exponentiation in FORTRAN "none" <none(a)none.net> wrote in message news:pan.2008.02.07.19.33.04.969000(a)none.net... On Thu, 07 Feb 2008 07:43:36 -0800, Richard Maine wrote: Ian Bush <I.J.Bush(a)ku.ca.ld> wrote: As if by magic, Maayan appeared ! I hope I've come to the right place - please redirect me if there's a ... 31 Mar 2008 17:57
data with metadata Ken Plotkin wrote: On Sun, 30 Mar 2008 17:34:03 -0500, Gary Scott <garylscott(a)sbcglobal.net> wrote: It would be of tremendous value tho if there was a standardized database interface for Fortran. Yes - that would be very useful. Then I'd never have to learn to use Access. :-) Ex... 31 Mar 2008 18:39
Press any key to continue? On Mon, 31 Mar 2008 09:13:48 -0700 (PDT), Bamm wrote: However I did have trouble finding the RETURN key. I had an ENTER key, but it took me several weeks to figure out that they were the same. My keyboard has both a RETURN key and an ENTER key. Although they can be used interchangeably most of the time, th... 1 Apr 2008 22:52
F2003 standard: Can Class(*) be used in generic proogramming? Gary Scott wrote: Looks like everything we knew is now obsolete... Not obsolete, just at the bottom of the stack... ThoughtWorks colleague Ola Bini envisions a future stack of basic programming tools consisting of a "stable language" at the bottom level, with dynamic languages built on top of tha... 31 Mar 2008 20:00 |