comparison scripts/linear-algebra/module.mk @ 9874:90bc0cc4518f

implement compiled dot and blkmm
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 26 Nov 2009 13:06:59 +0100
parents 87595d714005
children 8d20fb66a0dc
comparison
equal deleted inserted replaced
9873:b7acf3cb5984 9874:90bc0cc4518f
3 linear_algebra_FCN_FILES = \ 3 linear_algebra_FCN_FILES = \
4 linear-algebra/commutation_matrix.m \ 4 linear-algebra/commutation_matrix.m \
5 linear-algebra/cond.m \ 5 linear-algebra/cond.m \
6 linear-algebra/condest.m \ 6 linear-algebra/condest.m \
7 linear-algebra/cross.m \ 7 linear-algebra/cross.m \
8 linear-algebra/dot.m \
9 linear-algebra/duplication_matrix.m \ 8 linear-algebra/duplication_matrix.m \
10 linear-algebra/expm.m \ 9 linear-algebra/expm.m \
11 linear-algebra/housh.m \ 10 linear-algebra/housh.m \
12 linear-algebra/isdefinite.m \ 11 linear-algebra/isdefinite.m \
13 linear-algebra/ishermitian.m \ 12 linear-algebra/ishermitian.m \