changeset 536:83b0e891100c

[project @ 1994-07-21 20:02:40 by jwe]
author jwe
date Thu, 21 Jul 1994 20:02:43 +0000
parents 2ce3b5a85b71
children 4ecbfd3c3710
files liboctave/CMatrix.h liboctave/dMatrix.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/CMatrix.h	Thu Jul 21 19:42:07 1994 +0000
+++ b/liboctave/CMatrix.h	Thu Jul 21 20:02:43 1994 +0000
@@ -42,6 +42,7 @@
 friend class ComplexHESS;
 friend class ComplexLU;
 friend class ComplexQR;
+friend class ComplexQRP;
 friend class ComplexSCHUR;
 friend class ComplexSVD;
 friend class ComplexColumnVector;
--- a/liboctave/dMatrix.h	Thu Jul 21 19:42:07 1994 +0000
+++ b/liboctave/dMatrix.h	Thu Jul 21 20:02:43 1994 +0000
@@ -46,6 +46,7 @@
 friend class HESS;
 friend class LU;
 friend class QR;
+friend class QRP;
 friend class SCHUR;
 friend class SVD;
 friend class ComplexMatrix;