Browse thread
single-precision floats, etc.
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: single-precision floats, etc. |
>I think that maybe what you are looking for is the bigarray library >that appeared with ocaml 3.00. I looked at that, but I really wanted to do the actual operations in caml code, not in a library (if possible). So, I'd like to write an LU decomposition routine in caml that's as fast as C code (or close enough), for example. Going out to another language is inconvenient at best, compared to just writing down the code you want (like you would in C). Chris