Skip to content
Snippets Groups Projects

hpcintro

Recent searches
  • You don't have any recent searches
  • Name
  • Created date
  • Updated date
  • Stars
Sort by:
  • 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.

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

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

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

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

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

  • Median Filter is a simple version of the image denoiser.

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

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