File: sources.mk

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (25 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (8)
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