Single and double precision are combined to facilitate a triple precision accumulated inner product.... read more >>
Triple Precision Accumlated Inner Product 1
- Category:
- Algorithms,
- Matrices,
- Numerical Analysis,
- Precision
Single and double precision are combined to facilitate a triple precision accumulated inner product.... read more >>
Iterative refinement is a technique introduced by Wilkinson for reducing the roundoff error produced during the solution of simultaneous linear equations. Higher precision arithmetic is required for the calculation of the residuals.... read more >>


The Partial Differential Equation Toolbox contains tools for the analysis of PDEs in two space dimensions and time. It is perhaps not surprising that one of the primary examples involves the L-shaped membrane.... read more >>


This is the second in a series of three posts about the Finite Fourier Transform. This post is about the fast FFT algorithm itself. A recursive divide and conquer algorithm is implemented in an elegant MATLAB function named ffttx.... read more >>


In rare cases, Gaussian elimination with partial pivoting is unstable. But the situations are so unlikely that we continue to use the algorithm as the foundation for our matrix computations.... read more >>
