From e3ab46b8c931b4435fe2283d591023de9e257b1a Mon Sep 17 00:00:00 2001 From: Mark Borgerding Date: Fri, 16 May 2014 13:45:35 -0400 Subject: AsciiQuickReference: added .real(), .imag() (transplanted from 11462c1a291bdb9c0ac27db25fef364e51632484 ) --- doc/AsciiQuickReference.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/AsciiQuickReference.txt b/doc/AsciiQuickReference.txt index f62c112cd..c4d021624 100644 --- a/doc/AsciiQuickReference.txt +++ b/doc/AsciiQuickReference.txt @@ -168,6 +168,8 @@ x.cross(y) // cross(x, y) Requires #include A.cast(); // double(A) A.cast(); // single(A) A.cast(); // int32(A) +A.real(); // real(A) +A.imag(); // imag(A) // if the original type equals destination type, no work is done // Note that for most operations Eigen requires all operands to have the same type: -- cgit v1.2.3