From 5d1291a4de78af16c31cf837c0d407007bd0a5a6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 19 Nov 2013 11:51:16 +0100 Subject: Document how to reproduce matlab's rot90 --- doc/AsciiQuickReference.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/AsciiQuickReference.txt') diff --git a/doc/AsciiQuickReference.txt b/doc/AsciiQuickReference.txt index 6b0a7cd6a..fc613864f 100644 --- a/doc/AsciiQuickReference.txt +++ b/doc/AsciiQuickReference.txt @@ -77,6 +77,7 @@ R.adjoint() // R' R.transpose() // R.' or conj(R') R.diagonal() // diag(R) x.asDiagonal() // diag(x) +R.transpose().colwise().reverse(); // rot90(R) // All the same as Matlab, but matlab doesn't have *= style operators. // Matrix-vector. Matrix-matrix. Matrix-scalar. -- cgit v1.2.3