From eb2cc8f5023230149c031e2b266a620c2f8aafe3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Feb 2009 16:24:15 +0000 Subject: patch from Jitse Niesen: fix ascii quick ref matlab operator ' --- doc/AsciiQuickReference.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/AsciiQuickReference.txt') diff --git a/doc/AsciiQuickReference.txt b/doc/AsciiQuickReference.txt index f51f1e206..d3d4f72c6 100644 --- a/doc/AsciiQuickReference.txt +++ b/doc/AsciiQuickReference.txt @@ -50,8 +50,8 @@ // Views, transpose, etc; all read-write except for .adjoint(). // Eigen // Matlab - R.adjoint() // conj(R') - R.transpose() // R' + R.adjoint() // R' + R.transpose() // R.' or conj(R') R.diagonal() // diag(R) x.asDiagonal() // diag(x) -- cgit v1.2.3