From b39bf2693ad95bf5e39a92d7fc9570471f95af72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 26 Feb 2017 20:33:22 +0100 Subject: [PATCH] Update the changelog to include componentwise ops. Fix #224. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2644b8be..b3b11a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,10 @@ details. The following free-functions have been added as well: * `::dimension::

` -> `::dimension::` * `::angle_between` -> `::angle` +Componentwise multiplication and division has been replaced by methods: + * multiplication -> `.componentwise_mul`, `.componentwise_mul_mut`. + * division -> `.componentwise_div`, `.componentwise_div_mut`. + The following free-functions are now replaced by methods (with the same names) only: `::cross`, `::cholesky`, `::determinant`, `::diagonal`, `::eigen_qr` (becomes