aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/mtl4/mtl4_interface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/libs/mtl4/mtl4_interface.hh')
-rw-r--r--bench/btl/libs/mtl4/mtl4_interface.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/btl/libs/mtl4/mtl4_interface.hh b/bench/btl/libs/mtl4/mtl4_interface.hh
index a2f067f73..3795ac61e 100644
--- a/bench/btl/libs/mtl4/mtl4_interface.hh
+++ b/bench/btl/libs/mtl4/mtl4_interface.hh
@@ -92,9 +92,9 @@ public :
X = (trans(A)*trans(B));
}
- static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){
- X = (trans(A)*A);
- }
+// static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){
+// X = (trans(A)*A);
+// }
static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){
X = (A*trans(A));