[eigen-commits] commit/eigen: 32 new changesets

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


32 new commits in eigen:

https://bitbucket.org/eigen/eigen/commits/661bf1de34f4/
Changeset:   661bf1de34f4
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-10 20:39:23+00:00
Summary:     Additional unary coeff-wise functors (isnan, round, arg, e.g.)
Affected #:  7 files

https://bitbucket.org/eigen/eigen/commits/852447666dbd/
Changeset:   852447666dbd
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-10 20:59:28+00:00
Summary:     Allow calling of square(array) in addition to array.square()
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/cdc94f6caf54/
Changeset:   cdc94f6caf54
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-10 22:56:42+00:00
Summary:     Add log10 array support
Affected #:  6 files

https://bitbucket.org/eigen/eigen/commits/b806db2ea186/
Changeset:   b806db2ea186
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-11 03:13:30+00:00
Summary:     Add hyperbolic trigonometric functions from std array support
Affected #:  6 files

https://bitbucket.org/eigen/eigen/commits/779417b5d451/
Changeset:   779417b5d451
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 16:04:42+00:00
Summary:     Rename isnan to isNaN
Affected #:  7 files

https://bitbucket.org/eigen/eigen/commits/e54f2bfb3c91/
Changeset:   e54f2bfb3c91
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 16:11:57+00:00
Summary:     Update cost of coeff-wise arg call
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/52ae1dba1658/
Changeset:   52ae1dba1658
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 16:36:07+00:00
Summary:     Remove floor, ceil, round for complex numbers
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/959dd9e9358e/
Changeset:   959dd9e9358e
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 17:40:28+00:00
Summary:     Add code snippets for new methods
Affected #:  10 files

https://bitbucket.org/eigen/eigen/commits/94ece2a168a9/
Changeset:   94ece2a168a9
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 18:33:12+00:00
Summary:     Add isfinite array support as isFinite
Affected #:  7 files

https://bitbucket.org/eigen/eigen/commits/67eea05a61bc/
Changeset:   67eea05a61bc
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 19:58:47+00:00
Summary:     Rename isinf to isInf
Affected #:  9 files

https://bitbucket.org/eigen/eigen/commits/e76fcd9a46e9/
Changeset:   e76fcd9a46e9
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 20:25:24+00:00
Summary:     Make cube, inverse and abs2 free-functions
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/9d1964a67d51/
Changeset:   9d1964a67d51
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 20:56:47+00:00
Summary:     Remove test of now-missing floor, ceil, round complex implementations
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/4bc6556cd869/
Changeset:   4bc6556cd869
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 22:29:57+00:00
Summary:     Add boolean not operator (!) array support
Affected #:  4 files

https://bitbucket.org/eigen/eigen/commits/9daccb20e94b/
Changeset:   9daccb20e94b
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-16 23:26:24+00:00
Summary:     Remove packet isNaN, isInf, isFinite
Affected #:  3 files

https://bitbucket.org/eigen/eigen/commits/1f77562fc235/
Changeset:   1f77562fc235
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 03:33:31+00:00
Summary:     Fix VML declarations to only be for real/complex as appropriate
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/16b205551c2a/
Changeset:   16b205551c2a
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 04:04:33+00:00
Summary:     Update cost of arg call to depend on if the scalar is complex or not
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/830fc51aa86c/
Changeset:   830fc51aa86c
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 04:55:14+00:00
Summary:     Use std::round when c++11 is used, custom implementation otherwise
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/506103c20c37/
Changeset:   506103c20c37
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 05:28:12+00:00
Summary:     Use std::arg for real numbers when c++11 is used, custom implementation otherwise
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/f2041cf3a1eb/
Changeset:   f2041cf3a1eb
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 12:39:51+00:00
Summary:     Remove ambiguity with recent numext methods isNaN and isInf
Affected #:  3 files

https://bitbucket.org/eigen/eigen/commits/63cfd00fa489/
Changeset:   63cfd00fa489
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-17 17:11:03+00:00
Summary:     More extensive unit tests for recent array-wise functors
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/d205b2937427/
Changeset:   d205b2937427
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-21 19:39:08+00:00
Summary:     Add \sa tags of isFinite/isInf for each other
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/9f4953801b0b/
Changeset:   9f4953801b0b
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-03-21 20:04:31+00:00
Summary:     Use M_PI instead of acos(-1) for pi
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/919234dd6ac7/
Changeset:   919234dd6ac7
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-04-08 18:59:18+00:00
Summary:     Don't use M_PI since it's only guaranteed to be defined in Eigen/Geometry
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/028a6c799a7c/
Changeset:   028a6c799a7c
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-04-20 17:14:06+00:00
Summary:     Only use std::isnan and std::isinf if they are available
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/769dd549fd85/
Changeset:   769dd549fd85
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-04-20 18:01:35+00:00
Summary:     Merged default into unary-array-cwise-functors
Affected #:  102 files

https://bitbucket.org/eigen/eigen/commits/60e425ceb361/
Changeset:   60e425ceb361
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-04-20 18:57:04+00:00
Summary:     Incorporate C++11 check into EIGEN_HAS_C99_MATH macro
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/08994896ed75/
Changeset:   08994896ed75
Branch:      unary-array-cwise-functors
User:        d_hood
Date:        2015-04-20 18:59:57+00:00
Summary:     Use std::isfinite when available
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/7e92cd95ce68/
Changeset:   7e92cd95ce68
User:        ggael
Date:        2015-06-10 13:52:05+00:00
Summary:     Bug 80: merge with d_hood branch on adding more coefficient-wise unary array functors
Affected #:  23 files

https://bitbucket.org/eigen/eigen/commits/f776b5f9957f/
Changeset:   f776b5f9957f
User:        ggael
Date:        2015-06-10 14:17:09+00:00
Summary:     Rename free functions isFinite, isInf, isNaN to be compatible with c++11
Affected #:  7 files

https://bitbucket.org/eigen/eigen/commits/07a7aff6a3a1/
Changeset:   07a7aff6a3a1
User:        ggael
Date:        2015-06-10 14:19:10+00:00
Summary:     fix isinf(complex(inf,NaN)) to return false.
Affected #:  1 file

https://bitbucket.org/eigen/eigen/commits/3500c204b98a/
Changeset:   3500c204b98a
User:        ggael
Date:        2015-06-10 14:26:55+00:00
Summary:     Make more use of EIGEN_HAS_C99_MATH
Affected #:  2 files

https://bitbucket.org/eigen/eigen/commits/0dfb2d5d3d33/
Changeset:   0dfb2d5d3d33
User:        ggael
Date:        2015-06-10 15:12:10+00:00
Summary:     Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)
Affected #:  6 files

Repository URL: https://bitbucket.org/eigen/eigen/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/