From e77ccf29288a8536e11dc5ea4fadcf775e8a2b8a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 26 Jul 2008 20:40:29 +0000 Subject: * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: => up to 6 times faster ! * Added DirectAccessBit to Part * Added an exemple of a cwise operator * Renamed perpendicular() => someOrthogonal() (geometry module) * Fix a weired bug in ei_constant_functor: the default copy constructor did not copy the imaginary part when the single member of the class is a complex... --- Eigen/src/Core/CwiseNullaryOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/CwiseNullaryOp.h') diff --git a/Eigen/src/Core/CwiseNullaryOp.h b/Eigen/src/Core/CwiseNullaryOp.h index 343be79a1..a7957a426 100644 --- a/Eigen/src/Core/CwiseNullaryOp.h +++ b/Eigen/src/Core/CwiseNullaryOp.h @@ -450,7 +450,7 @@ Derived& MatrixBase::setOnes() * This variant is meant to be used for dynamic-size matrix types. For fixed-size types, * it is redundant to pass \a rows and \a cols as arguments, so Identity() should be used * instead. - * + * * \addexample Identity \label How to get an identity matrix * * Example: \include MatrixBase_identity_int_int.cpp -- cgit v1.2.3