aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/ScalarOps.h
Commit message (Collapse)AuthorAge
* split MatrixOps.h into 3 files; rename ScalarOps.h; remove useless #includes.Gravatar Benoit Jacob2007-10-13
|
* some renaming in the fuzzy compares, and in the multiplicationsGravatar Benoit Jacob2007-10-13
|
* SVN_SILENT:Gravatar Benoit Jacob2007-10-12
| | | | | repair some damage made by the automatic search and replace used in the prefix->namespace move
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
| | | | | | | | | | | | | | | | | | | | | After huge thread on eigen mailing list, it appears that i'm the only one in favor of prefix Ei. Everybody else prefers namespace Eigen like we did in Eigen 1. So, revert. Also add a macro USING_EIGEN_DATA_TYPES that application programmers can use to automatically do "using"on the Matrix class and its matrix/vector typedefs: using Eigen::Matrix; using Eigen::Matrix2d; using Eigen::Vector2d; ... (the list of typedefs is really long). thanks to the suffixes, the Vector typedefs aren't really polluting. CCMAIL:eigen@lists.tuxfamily.org P.S. Danny, please skip this one :) I know you already reported the namespace->prefix move, now that one would be too much noise :)
* fix dot product, add norm/norm2/normalizedGravatar Benoit Jacob2007-10-10
| | | | | add fuzzy compares for matrices/vectors add random matrix/vector generation
* add norm() and norm2(); some polishingGravatar Benoit Jacob2007-10-08
|
* reorganisation of headers, commit47b935fc42cbf2ca992d8a270bc1b0fc97d1f6bcGravatar Benoit Jacob2007-10-07
/2....