This directory contains example HeNCE 2.0 programs.

bts_hence     -- solves Ax = b for a dense lower triangular matrix A.
dprod         -- computes the dot product of two vectors.
static_integ  -- integrates a function in parallel.
cannon        -- Cannon's matrix multiplication algorithm.
christmas     -- A test program that computes nothing useful.
fortran       -- Dot product of two vectors in Fortran.
lu            -- Ax = b
mandlebrot    -- Several Mandlebrot programs
phys          -- Some computation involving free-electron lasers.
test          -- A test program that computes nothing useful.



