OSDN Git Service

Test Commit master
authorTomohiro Matsushita <sp8matusita@gmail.com>
Sun, 7 Dec 2014 04:43:42 +0000 (13:43 +0900)
committerTomohiro Matsushita <sp8matusita@gmail.com>
Sun, 7 Dec 2014 04:43:42 +0000 (13:43 +0900)
tm_lib/TmLDoubleMatrix.h [new file with mode: 0644]

diff --git a/tm_lib/TmLDoubleMatrix.h b/tm_lib/TmLDoubleMatrix.h
new file mode 100644 (file)
index 0000000..025b584
--- /dev/null
@@ -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