diff liboctave/array/CDiagMatrix.h @ 24786:0aeef407b04e

don't pass field width as separate argument in pr-output functions * CDiagMatrix.h, dDiagMatrix.h, fCDiagMatrix.h, fDiagMatrix.h: New typedefs for corresponding full matrix type. * pr-output.h, pr-output.cc: Don't pass field width as separate argument in format and print functions.
author John W. Eaton <jwe@octave.org>
date Wed, 21 Feb 2018 17:11:05 -0500
parents db6fb8b8bbde
children 6652d3823428
line wrap: on
line diff
--- a/liboctave/array/CDiagMatrix.h	Wed Feb 21 15:41:52 2018 -0500
+++ b/liboctave/array/CDiagMatrix.h	Wed Feb 21 17:11:05 2018 -0500
@@ -39,6 +39,8 @@
 {
 public:
 
+  typedef ComplexMatrix full_matrix_type;
+
   typedef double real_elt_type;
   typedef Complex complex_elt_type;
   typedef Complex element_type;