campreilly / UnderSeaModelingLibrary

The Under Sea Modeling Library (USML) is a collection of C++ software development modules for sonar modeling and simulation.
Other
45 stars 22 forks source link

Alias element_prod() and element_div() using operator*() and operator/() #8

Closed campreilly closed 10 years ago

campreilly commented 12 years ago

Simplify the readability of equations,

campreilly commented 12 years ago

Submitted bug #6511 to the UBLAS developers. Getting these aliases to work requires a missing enable_if<> in UBLAS' Division by scalar. Fix targets for Boost 1.52.0 release.

https://svn.boost.org/trac/boost/ticket/6511