gambas-source-code/main/lib
Benoît Minisini df89e09b2e [INTERPRETER]
* NEW: '_operators' interface has been renamed as '_operator'.
* NEW: Arithmetic operators now can be applied on two objects with
  different classes. One at least must implement the '_operator' interface.
* NEW: Each class that implements the '_operator' interface has now an 
  automatic priority that follows the load order. When a binary operator 
  has two objects that implement two different '_operator' interface, the
  one having the highest priority is used.
* NEW: Implementing all methods in the '_operators' interface is not 
  mandatory anymore. If one method is not implemented, then it is replaced
  by a function that raises a 'Type mismatch' error.

[GB.GSL]
* NEW: Matrix arithmetic has been implemented.
* NEW: Matrix.Determinant() method.
* NEW: Matrix.Invert() method.
* NEW: Matrix.Transpose() method.
* NEW: Matrix _call special method multiplies a matrix by a vector.
* NEW: Vector <-> Array conversion.


git-svn-id: svn://localhost/gambas/trunk@4946 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-07-14 02:49:57 +00:00
..
complex [INTERPRETER] 2012-07-14 02:49:57 +00:00
compress
db
debug [INTERPRETER] 2012-07-03 18:21:54 +00:00
draw
eval [INTERPRETER] 2012-07-08 23:23:24 +00:00
gui
gui.opengl
image [INTERPRETER] 2012-07-12 23:34:14 +00:00
image.effect
option [GB.OPTION] 2012-07-03 17:32:39 +00:00
signal [GB.SIGNAL] 2012-07-07 22:18:14 +00:00
vb
gb.component
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-07-09 15:37:42 +00:00