| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
annoyed about alignment issues"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
product.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(\nabla) instead of laplacian (\Delta).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(chtz: Manually joined sevaral commits to keep the history clean)
|
| |
|
|
|
|
| |
a scalar for either x or e. Add x.pow(e) with e an array expression.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
|\ \
| | |
| | |
| | | |
array functors
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OLD: n = Eigen::nbThreads( n );
NEW: n = Eigen::nbThreads( );
from:
You can query the number of threads that will be used with:
\code
n = Eigen::nbThreads( );
\endcode
Kr Michiel
|