Omgili - forum search, search forums  
  

Discussions about math library

Displaying 1 - 10 out of 12,935 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I've just parallelized a fortran routine that simulates individuals behavior and I've had some problems when generating random numbers with Vector Statistical Library (a library from the Math Kernel Library). The structure of the program is the following...
Started by on , 3 posts by 3 people.  
So you must allocate....
Eventually, two threads will try to update the same piece of memory at the same time and the result will be non-predictable .
The random number code is either using a global variable internally or all threads use the same generator .
Is there any math function in C library to calculate MEDIAN of 'n' numbers?
Started by on , 6 posts by 6 people.  
Read all....
However, you can implement one (or surely find code" and is related to quicksort .
No, there is no such function in the standard C library.
No, there is no median function in the standard C library.
In the middle Here you go.
We currently have a high-performance scientific application written in C++ that makes use of Intel Math Kernel Library . We are considering writing a benchmark application written in Java and .NET/C# to compare the performance difference. To do that, ...
Started by on , 5 posts by 4 people.  
Lol..why didnt I think of this before? Just use Intel MKL Math library in Java and .NETI can help with C#: Here is another SO question that discusses various C# math libraries And you.
It helps.
Ask your Facebook Friends
There is a Java library by the name of Uncommon Maths that claims to provide better random number generators than Sun and (potentially) even BouncyCastle. How one can determine whether their library can be trusted? I trust Sun and BouncyCastle because...
Started by on , 4 posts by 4 people.  
You can always be a scientist and re-run those tests for yourself... .
That's as reliable as I know.
A basic check of a random number generator can be done using a chi-square test Uncommon Maths claims to pass the Diehard tests .
Write your own tests.
Does anybody have experience programming for both the Intel Math Kernel Library and the AMD Math Core Library ? I'm building a personal computer for high performance statistical computations and am debating on the components to buy. An appeal of the AMD...
Started by on , 3 posts by 3 people.  
We also tested various linear algebra libraries including: MKL, AMD Core Math Library (ACML performance when....
Instead of just Group.
Compilers and Intel Math Kernel Library (MKL) usually provide the best performance.
If I put stdlib.h or stdio.h, I don't have to link those but I have to link when I compile: gcc test.c -o test -lm What is the reason for that? Why do I have to explicitly link the math library but not the other libraries? Any links explaining why would...
Started by on , 12 posts by 12 people.  
The math function of programs have no floating-point math and they probably took every library that wasn't commonly used in the math ....
Stdio is part of the standard C library which, by default, gcc will link against.
I'm looking for a 3d math library in python or with python bindings. it needs to handle rotation, translation, perspective projection, everything basically. what im NOT looking for is a library aimed at drawing on the screen, googling for hours only led...
Started by on , 6 posts by 6 people.  
Try gameobjects -- it's a math library.
It does almost everything you mentioned.
At the given link.
I'm looking for a Java library that is geared towards network math and already tested. Nothing particularly fancy, just something to hold ips and subnets, and do things like print a subnet mask or calculate whether an IP is within a given subnet. Should...
Started by on , 4 posts by 4 people.  
See it here: http://tufar.com.
We developed a Java IPv4 arithmetic library ourselves.
IP::NetAddr.
I'm using long double in a C program to compute 2D images of the Mandelbrot Set but wish to have further precision to zoom deeper. Are there any performance gains to be had from an arbitrary precision maths library that can restrict the amount of precision...
Started by on , 3 posts by 3 people.  
The MPFR Library GMP.
Fastest' is going to be somewhat dependent on your platform and intended use .
Is there a science/math related C/C++ programming library that includes functions for mathematical integration? This might be useful for finding values for a cumulative distribution function, etc. Symbolic manipulation ideal but not required. Thanks! ...
Started by on , 6 posts by 6 people.  
They support a C API, but there are direct methods that far more... .
But GSL does have numerical integration capabilities ...is there some other reason this library doesn't meet your needs? For symbolic math, Mathematica is a popular choice.
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost