| To: | s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | DLL package troubles |
| From: | Urs Wagner <wagner@itp.phys.ethz.ch> |
| Date: | Thu, 19 Aug 2004 16:14:14 +0200 |
| User-agent: | Mozilla Thunderbird 0.7.2 (Windows/20040707) |
HelloWho can help? I have my troubles with the dll's. The sample library gausssdl is loaded but the function call
to the C function gaussSeidel does not work.
Thanks
Urs
> sys.time({x1<-gaussSeidel(A,b)}) # timing the S version
Timing stopped at: 0.0159999999999982 0.0160000000005311
Problem: Couldn't find a function definition for "gaussSeidel"
Use traceback() to see the call stack
> sys.time({x2<-.Call('gaussSeidel',A,b)}) # timing the .Call version
[1] 0 0
> all.equal(x1,x2) # Should return T
Problem: Object "x1" not found
Use traceback() to see the call stack
> search()
...
[9] "sgui" "maps"
[11] "gausssdl" "main"
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | copy & paste the graphs, yiwu ye |
|---|---|
| Next by Date: | Re: DLL package troubles, Sundar Dorai-Raj |
| Previous by Thread: | copy & paste the graphs, yiwu ye |
| Next by Thread: | Re: DLL package troubles, Sundar Dorai-Raj |
| Indexes: | [Date] [Thread] [Top] [All Lists] |