diff src/ov.h @ 9661:afcf852256d2

optimize / and '\ for triangular matrices
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 23 Sep 2009 10:00:16 +0200
parents 3c1c3a38ec7b
children e793865ede63
line wrap: on
line diff
--- a/src/ov.h
+++ b/src/ov.h
@@ -112,6 +112,8 @@
     op_mul_trans,
     op_herm_mul,      
     op_mul_herm,
+    op_trans_ldiv,
+    op_herm_ldiv,
     op_el_not_and,
     op_el_not_or,
     op_el_and_not,