From 2b6d5d5289c4748034ec492377337cfdfc9d26c2 Mon Sep 17 00:00:00 2001 From: Tomohiro Matsushita Date: Sun, 7 Dec 2014 13:43:42 +0900 Subject: [PATCH] Test Commit --- tm_lib/TmLDoubleMatrix.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tm_lib/TmLDoubleMatrix.h diff --git a/tm_lib/TmLDoubleMatrix.h b/tm_lib/TmLDoubleMatrix.h new file mode 100644 index 0000000..025b584 --- /dev/null +++ b/tm_lib/TmLDoubleMatrix.h @@ -0,0 +1,19 @@ +#ifndef LDoubleMaterixH +#define LDoubleMaterixH +/***************************************************************************** + Copyright (c) 1998-2014 T. Matsushita. All rights reserved +******************************************************************************/ +#include "TmMacro.h" + +#define TCUSTOM_MATRIX TmLDoubleMatrix +#define ELEMENT LDouble +#include "_tm_matrix_custom.h" +#undef TCUSTOM_MATRIX +#undef ELEMENT + +//typedef TmLDoubleMatrix LDoubleMatrix; +#ifndef LDoubleMatrix +#define LDoubleMatrix TmLDoubleMatrix +#endif + +#endif -- 2.11.0