From 63b2528540552f86e55d9dd684a853195c54812c Mon Sep 17 00:00:00 2001 From: moisan Date: Thu, 8 Jan 2009 11:52:47 -0500 Subject: [PATCH] Update Changes file --- Changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 88567ea..936c6d7 100644 --- a/Changes +++ b/Changes @@ -9,11 +9,12 @@ - Added as_vector() to Matrix and MatrixComplex objects - Added inverse(), is_square(), det(), lndet(), zero() and identity() to Matrix objects - - Added inverse(), is_square(), det(), lndet(), zero() and identity() - to MatrixComplex objects + - Added inverse(), is_square(), det(), lndet(), zero(), identity() + and hermitian() to MatrixComplex objects - Added dot product to Matrix objects - Fix various typos in documentation - Fix warnings about overloaded operators in Matrix and BLAS + - Overload '==' and '!=' for MatrixComplex objects =head1 v0.16 - December 14 2008 (Happy Snowpocalypse PDX!) -- 2.11.4.GIT