Skip to content
Snippets Groups Projects
H

hpcintro

  • C

    CG implements a simple version of the conjugate gradient method for solving a system of linear equations of the form A*x=b, suitable for situations in which the matrix A is positive definite and symmetric.

  • F

    Fast Fourier Transform (FFT) is speed-up technique for calculating Discrete Fourier Transform.

  • F

    The code solves a reaction diffusion equation known as Fischer’s Equation.

  • F

    Forest Fire simulates a forest fire over a rectangular array of trees, starting at a single random location.

  • G

    Game of Life computes a few steps of the evolution of John Conway's Game of Life.

  • H

    Heated Plate solves the steady state heat equation in a 2D rectangular region.

  • H

    Median Filter is a simple version of the image denoiser.

  • M

    Matrix Multiplication is a simple code for test several matrix multiplication approaches.

  • P

    Poisson computes an approximate solution to the Poisson equation in a rectangle.