changeset 4762:149f5fa8649d octave-forge

add documentation for operators
author tkasper
date Tue, 15 Apr 2008 11:33:19 +0000
parents 937bb1f61a70
children 82ccfef16808
files extra/ad/INDEX
diffstat 1 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/extra/ad/INDEX	Tue Apr 15 07:40:09 2008 +0000
+++ b/extra/ad/INDEX	Tue Apr 15 11:33:19 2008 +0000
@@ -1,14 +1,10 @@
 ad >> Automatic Differentiation
 Overloaded operators
- +
- -
- *
- /
- \
+ + - = Addition and subtraction for a Gradient.
+ * / \ = Matrix multiplication and division for a Gradient.
+ .* ./ .\ = Element by element multiplication and division for a Gradient.
+ .** .^ = Element by element matrix exponentiation for a Gradient.
  pow
- .*
- ./
- .^
 Utility functions
  __ga__
  D