When shall I use `BLAS.axpy!` and when `muladd`?
|
|
6
|
1678
|
December 3, 2017
|
Accurate summation algorithm
|
|
34
|
10007
|
December 1, 2017
|
Simple PDE benchmark
|
|
14
|
1673
|
December 1, 2017
|
Eigfact and eigen in R seems does not match
|
|
5
|
1465
|
November 28, 2017
|
When "if (a<b) x=1/(a-b)" divides by zero
|
|
4
|
1537
|
November 22, 2017
|
Is it possible for Julia to gradually replace C++ in financial numerical computation?
|
|
3
|
1393
|
November 21, 2017
|
Internal manipulation of complex hermitian matrix / explain the use of "RealHermSymComplexHerm" in symmetric.jl
|
|
7
|
1080
|
November 19, 2017
|
Accuracy of Computing Determinants
|
|
3
|
1673
|
November 19, 2017
|
C callback for GSL
|
|
1
|
666
|
November 14, 2017
|
Scientic rounding functions?
|
|
4
|
1114
|
October 30, 2017
|
Interpolation with given values and gradients
|
|
10
|
4439
|
October 30, 2017
|
Generating random group matrices
|
|
6
|
1404
|
October 24, 2017
|
Reproducing Rump’s example
|
|
7
|
1754
|
October 17, 2017
|
Exact linear algebra
|
|
10
|
2388
|
October 8, 2017
|
Special method for Eigenvectors of Sparse+Hermitian+Complex matrix?
|
|
19
|
3918
|
October 6, 2017
|
In place lufact for sparse matrices and prellocation for lufact output
|
|
1
|
604
|
September 26, 2017
|
Implementing parallel fluids code in Julia (parallel FFTW, MPI.jl, ...)
|
|
34
|
9856
|
September 21, 2017
|
How to check if LU factorization failed?
|
|
29
|
4987
|
September 20, 2017
|
Is wrapping GPUQREngine anywhere on the agenda?
|
|
4
|
872
|
September 9, 2017
|
What is the dx used in finite difference approximation in Calculus.jl?
|
|
3
|
1733
|
September 8, 2017
|
Accuracy of BigFloat - Calculating sin with high accuracy
|
|
8
|
5199
|
September 7, 2017
|
How is the max operator dealt with in DualNumbers.jl?
|
|
4
|
884
|
September 6, 2017
|
Is repeated calculations of eigenvalues without overwriting input matrix or allocating new arrays possible?
|
|
8
|
2088
|
September 6, 2017
|
ApproxFun failure
|
|
3
|
805
|
September 4, 2017
|
Why can forwarddiff get gradient wrt. to multiple parameters in 1 function call?
|
|
5
|
1597
|
September 3, 2017
|
Matrix Addition with multithreads!
|
|
10
|
1774
|
September 2, 2017
|
Finite difference approximation using Calculus, getting the values f(x),f(x+e),f(x-e)
|
|
1
|
829
|
September 3, 2017
|
Getting the reciprocal condition number when computing the reordered schur factorization
|
|
0
|
736
|
August 31, 2017
|
Givens rotation based compact QR for sparse matrices
|
|
4
|
1971
|
August 28, 2017
|
Why is my ForwardDiff derivative caluculation 5x as slow as just evaluating the function, when allocations are just 2x?
|
|
10
|
1417
|
August 25, 2017
|