changeset 11073:8cfff143a685 octave-forge

quaternion: update news file
author paramaniac
date Sun, 14 Oct 2012 04:44:50 +0000
parents 574d38ca3d69
children c476c67cbb8c
files main/quaternion/NEWS
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/quaternion/NEWS	Sun Oct 14 04:35:39 2012 +0000
+++ b/main/quaternion/NEWS	Sun Oct 14 04:44:50 2012 +0000
@@ -4,6 +4,14 @@
 quaternion-2.0.1   Release Date: 2012-xx-yy   Release Manager: Lukas Reichlin
 ===============================================================================
 
+** inv
+   Support for the inversion of quaternion matrices.  Right and left division
+   operators (/ and \) profit from this change and support quaternion matrices
+   as well.
+
+** Check number of arguments when operators are called by their function names,
+   e.g. plus (q1, q2, q3).  Function plus supports now more than two arguments.
+
 ** doc/quaternion.pdf
    Revised PDF manual.  There is now a function index at the end of the manual.