Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Legionaire

  1. Legionaire

    Need Math Matrix/Vector Library

    I am basically looking for a very stable implementation of matrices and vectors with all the basics such as addition, subtraction, dot product, cross product, norm, etc built in. Thanks for your help. I will check out the links ArkM posted.
  2. Legionaire

    Need Math Matrix/Vector Library

    Does anyone know a good library that has implementations for math matrices and vectors?
  3. Legionaire

    Cannot Access "Documents" Folder

    When I try to acccess the Documents folder from: My Computer --> Documents I get a "Access Denied" error. I can access the "Username's Documents" folder without problem. But the regular Document's folder cannot be accessed. I am running on an administrator's account. This is a PC, I am the...
  4. Legionaire

    Unable to delete Icons from Desktop

    You might have some sort of a registry problem. Go to PCWorld.com, search for a Registry Cleaner program. That'll most likly fix this.
  5. Legionaire

    Display Resolution Question

    Are you sure your monitor supports 1024x768 ? Redhat's probe will sometimes give 1024 and 1280 even when your monitor can't support it. First check to see if your monitor can support 1024, go to the vendor's website, or use your manual. If that doesn't work, post your XF86Config file here.
  6. Legionaire

    Linux Memory Leak Problem

    I am using Red Hat Linux, Fedora Core.
  7. Legionaire

    Linux Memory Leak Problem

    I am getting some major memory leaks and I have no idea what the cause is. I've main program that I have been using is Mozilla. I've had this problem a few times now. I am using 1 gig ram and after a few hours System Monitor shows the memory use is 990 megs even with no applications open...
  8. Legionaire

    Matlab compiler for Linux

    It might be possible to convert the benchmark program to windows but that will take some major effort. This problem isn't a deadend for us, we are just looking for the simplest solution. I think I will just work on getting the windows generated C++ code to work on Linux, trying to move the...
  9. Legionaire

    Matlab compiler for Linux

    Yes steffan, your intepretation is correct. Except, I have the source for the Linux benchmark. This is an open source project, it is circulated only to a specially funded group, all members are university research groups. And my code doesn't depend on matlab code, it is matlab code. Matlab is...
  10. Legionaire

    Matlab compiler for Linux

    Another note is that I cannot rewrite the entire matlab code myself in C++. There are some extremely complicated functions that we must use from the matlab library such as eigenvector extraction, fast fourier transformations and so on. The algorithms are too complicated to be rewritten from...
  11. Legionaire

    Matlab compiler for Linux

    I am working as a research assistant for a professor at my university. We are developing algorithms for image based automatic targeting. There are several other groups researching this topic as well at other universities. We are funded by the government which just recently contracted another...
  12. Legionaire

    Matlab compiler for Linux

    no, I said I couldn't use wine. I need to connect this to a larger system, and I don't think it will work properly if I use wine.
  13. Legionaire

    Matlab compiler for Linux

    I did not see that page, but unfortunately it still does not solve my problem. I have matlab for windows and I have the matlab compiler for that. What I need to do is get those programs to run on Linux. Ok, let me rephrase my question. How do I compile programs on PC running windows, and...
  14. Legionaire

    best book ?

    Deitel and Deitel puts out a good book. I used Walt Savitch's when I was learning it.
  15. Legionaire

    Formula exponent help

    No I don't think that is correct. for the formula x = z + (1+y)^3 use cmath. x = z + pow((1+y),3);

Part and Inventory Search

Back
Top