diff liboctave/mx-defs.h @ 8367:445d27d79f4e

support permutation matrix objects
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 08:31:56 +0100
parents 64cf956a109c
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/mx-defs.h
+++ b/liboctave/mx-defs.h
@@ -55,6 +55,8 @@
 class FloatDiagMatrix;
 class FloatComplexDiagMatrix;
 
+class PermMatrix;
+
 class AEPBALANCE;
 class ComplexAEPBALANCE;
 class FloatAEPBALANCE;