diff liboctave/chNDArray.h @ 9656:b29504415a2e

provide NDArray->Matrix->Vector typedef mappers
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 19 Sep 2009 11:14:28 +0200
parents eb63fbe60fab
children b4fdfee405b5
line wrap: on
line diff
--- a/liboctave/chNDArray.h
+++ b/liboctave/chNDArray.h
@@ -35,6 +35,8 @@
 {
 public:
 
+  typedef charMatrix matrix_type;
+
   charNDArray (void) : MArrayN<char> () { }
 
   charNDArray (const dim_vector& dv) : MArrayN<char> (dv) { }