*-- Author : S.Burke / J.V. Morris SUBROUTINE FKMLT(C1,C2,C3) ********************************************************************** * * * Multiplies two 5*5 symmetric matrices * * * * Output is C3 = C1.C2 (note that C3 is NOT symmetric!!!) * * * ********************************************************************** ********************************************************************** *