Changeset 71dc4e


Ignore:
Timestamp:
May 26, 2008, 10:53:35 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
94b458
Parents:
5eb05a
Message:

new tiny program diagonalize prints eigenvalues&-vectors of 3x3 matrix

This small program is useful when we have to rediagonalize sigma_reci values in order to obtain PAS values and especially the iso shielding.

Location:
util
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • util/Makefile.am

    r5eb05a r71dc4e  
    66        CreateGaAs \
    77        CreateH2 \
     8        diagonalize \
    89        GetPdb \
    910        NanoCreator \
     
    1314
    1415GetPdb_SOURCES = GetPdb.c mergesort.c mergesort.h
     16diagonalize_SOURCES = diagonalize.c
    1517stochastik_SOURCES = stochastik.cpp
    1618NanoCreator_SOURCES = NanoCreator.c NanoCreator.h
  • util/configure.ac

    r5eb05a r71dc4e  
    6262AC_FUNC_MALLOC
    6363AC_FUNC_REALLOC
     64# check for GNU Scientific Library
     65#AC_CHECK_LIB(m,main)
     66AC_CHECK_LIB(blas,main)
     67AC_CHECK_LIB(gsl,main)
    6468
    6569# test suite
Note: See TracChangeset for help on using the changeset viewer.