comparison libcruft/qrupdate/Makefile.in @ 7789:82be108cc558

First attempt at single precision tyeps * * * corrections to qrupdate single precision routines * * * prefer demotion to single over promotion to double * * * Add single precision support to log2 function * * * Trivial PROJECT file update * * * Cache optimized hermitian/transpose methods * * * Add tests for tranpose/hermitian and ChangeLog entry for new transpose code
author David Bateman <dbateman@free.fr>
date Sun, 27 Apr 2008 22:34:17 +0200
parents efccca5f2ad7
children
comparison
equal deleted inserted replaced
7788:45f5faba05a2 7789:82be108cc558
36 dch1dn.f zch1dn.f \ 36 dch1dn.f zch1dn.f \
37 dchinx.f zchinx.f \ 37 dchinx.f zchinx.f \
38 dchdex.f zchdex.f \ 38 dchdex.f zchdex.f \
39 dqrqhu.f zqrqhu.f \ 39 dqrqhu.f zqrqhu.f \
40 dqrqhv.f zqrqhv.f \ 40 dqrqhv.f zqrqhv.f \
41 dqhqr.f zqhqr.f 41 dqhqr.f zqhqr.f \
42 sch1up.f cch1up.f \
43 sqrinc.f cqrinc.f \
44 sqrdec.f cqrdec.f \
45 sqrinr.f cqrinr.f \
46 sqrder.f cqrder.f \
47 sqrshc.f cqrshc.f \
48 sqr1up.f cqr1up.f \
49 sch1dn.f cch1dn.f \
50 schinx.f cchinx.f \
51 schdex.f cchdex.f \
52 sqrqhu.f cqrqhu.f \
53 sqrqhv.f cqrqhv.f \
54 sqhqr.f cqhqr.f
42 55
43 include $(TOPDIR)/Makeconf 56 include $(TOPDIR)/Makeconf
44 57
45 include ../Makerules 58 include ../Makerules