Re: Recommend please : free math library



linq...@xxxxxxxxxxx wrote:
> Hi,
> I am writing a C++ program on network resource assignment and
> confliction overcoming. After sort out all kinds of requirement and
> constraints, it boils down to some large linear algebra matrix
> calculation.
>
> If I work it on a paper by hand, I can work out the solution. But the
> problem is I must implement this in C++ programming.
>
> I am wondering how to proceed here? I do not do scientific computing
> much, I know there are some Fortran libraries doing this kind of work.
>
> If there such free library for C++? Is there some entry level
> tutorial of doing this kind of thing?
>
> Thanks so much!

Sorry, I have one thing to add as example.

If I take an extreme example, here is the matrix I can sort out,

/ 1 0 -1024 0 \ * / x1 \ = / 1024 \
| 0 1 0 -1024 | | x2 | | 1024 |
| x3 |
\ x4 /

I think somehow I can express the above equation in C++, and the
purpose is to get the answer of x1, x2, x3 and x4.

You can see that there are multiple answers to the above equation, then
how are they presented from libraries?

.



Relevant Pages

  • Re: library of practical JavaScript examples
    ... many such are old and contain amateurish coding. ... When using libraries, remember that the whole of a page, and of the ... who may be on a radio or dial-up link. ... Therefore, use the sort ...
    (comp.lang.javascript)
  • Re: List of tools for C development in Linux.
    ... e.g ldd displays which libraries are linked in. ... would be nice to have some sort of monitoring system ... program: # of invocations: time spent ... I've recently done a minimal install, ...
    (comp.os.linux.development.system)
  • RE: How to discover the class libraries
    ... I"m still growing and learning. ... ..Net class libraries (which are apparently split into the Base Class ... I could do with some sort of a "map". ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Multi line tool tips...
    ... was your own original statement, but it was sort of "half truth". ... I personally use lots of code and functions and libraries that I don't fully understand. ...
    (microsoft.public.vb.general.discussion)