|
| dots description |
Download |
 |
dots - multiplications of nd-arrays
A call will look like
[i j k l] = indices;
c = dots([i l],a,[i j k],b,[l j]);
meaning: for all i,l,
c(i,l) = sum_(j,k) a(i,j,k)*b(l,j));
The sum is done on the indices of a and b that are not indices of c
"dots" works in place without use of extra memory: no use of "repmat" or "Tony's trick".
"dots" is fairly fast, thanks to the use of "ddot" (BLAS) and a MEX file.
The functionality is very similar to Paolo de Vela's "multiprod". The ambition is work more economicaly in CPU and RAM terms. Futher, the call syntax is different, but this will obviously be a matter of taste.
|
|
|
| MOST POPULAR DOWNLOADS IN THIS CATEGORY ( Mathematics ) |
|
 |
Fast Fourier Transform |
| Fast Fourier Transform code implements the O(n log n) Cooley-Tukey FFT algorithm as simply as possible. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 2,573 |
|
| new | no screenshots |
 |
| June 7th, 08:17 GMT |
|
 |
Principal Component Analysis (PCA) |
| Principal Component Analysis (PCA) script carries out Principal Component Analysis. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 2,440 |
|
| new | no screenshots |
 |
| June 7th, 08:18 GMT |
|
 |
Gauss-Seidel Load Flow Analysis |
| Gauss-Seidel Load Flow Analysis - Gauss-Seidel Load Flow Analysis for One Iteration |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Good | Downloads: 2,079 |
|
| new | no screenshots |
 |
| August 23rd, 07:41 GMT |
|
 |
GNU Octave 2.9.12 |
| GNU Octave is a high-level language, primarily intended for numerical computations. |
| Windows/Linux/Mac OS/BSD/Solaris | C/C++ | Rating: Poor | Downloads: 1,980 |
|
| new | no screenshots |
 |
| June 7th, 10:37 GMT |
|
|
|
|
 |
Maxima |
| Maxima is a system for the manipulation of symbolic and numerical expressions. |
| Windows/Linux/Mac OS/BSD/Solaris | C/C++ | Rating: Fair | Downloads: 1,629 |
|
| new | no screenshots |
 |
| June 7th, 12:19 GMT |
|
 |
Ford-Fulkerson method |
| Ford-Fulkerson method application implements the Edmonds-Karp algorithm using C++. |
| Windows | C/C++ | Rating: Good | Downloads: 1,509 |
|
|
|
|
|
|
 
| Welcome! |
Hello, Guest
Login if you have a Softpedia.com account.
Otherwise, register for one.
|
|