1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
noinst_h_base_algebra_sources = \
$(top_srcdir)/itpp/base/algebra/lapack.h
h_base_algebra_sources = \
$(top_srcdir)/itpp/base/algebra/cholesky.h \
$(top_srcdir)/itpp/base/algebra/det.h \
$(top_srcdir)/itpp/base/algebra/eigen.h \
$(top_srcdir)/itpp/base/algebra/inv.h \
$(top_srcdir)/itpp/base/algebra/ls_solve.h \
$(top_srcdir)/itpp/base/algebra/lu.h \
$(top_srcdir)/itpp/base/algebra/qr.h \
$(top_srcdir)/itpp/base/algebra/schur.h \
$(top_srcdir)/itpp/base/algebra/svd.h
cpp_base_algebra_sources = \
$(top_srcdir)/itpp/base/algebra/cholesky.cpp \
$(top_srcdir)/itpp/base/algebra/det.cpp \
$(top_srcdir)/itpp/base/algebra/eigen.cpp \
$(top_srcdir)/itpp/base/algebra/inv.cpp \
$(top_srcdir)/itpp/base/algebra/ls_solve.cpp \
$(top_srcdir)/itpp/base/algebra/lu.cpp \
$(top_srcdir)/itpp/base/algebra/qr.cpp \
$(top_srcdir)/itpp/base/algebra/schur.cpp \
$(top_srcdir)/itpp/base/algebra/svd.cpp
|