aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/include/tvmet/xpr/Makefile.am
blob: 7cfe87525484a3f9b17806f8adbf834cd198b3fc (plain)
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
26
27
28
29
30
31
# $Id: Makefile.am,v 1.18 2004/07/03 15:32:19 opetzold Exp $

libtvmetincludedir = $(includedir)/$(PACKAGE)/xpr

libtvmetinclude_HEADERS = \
	BinOperator.h \
	Eval.h \
	Identity.h \
	Literal.h \
	MatrixBinaryFunctions.h \
	MatrixFunctions.h \
	Matrix.h \
	MatrixRow.h \
	MatrixCol.h \
	MatrixDiag.h \
	MatrixOperators.h \
	MatrixTranspose.h \
	MatrixUnaryFunctions.h \
	MMProduct.h \
	MMProductTransposed.h \
	MMtProduct.h \
	MtMProduct.h \
	MVProduct.h \
	MtVProduct.h \
	Null.h \
	UnOperator.h \
	VectorBinaryFunctions.h \
	VectorFunctions.h \
	Vector.h \
	VectorOperators.h \
	VectorUnaryFunctions.h