FAQ: Difference between revisions

Jump to navigation Jump to search
Line 126: Line 126:
* block comments
* block comments
* imwrite and imread (based on the GraphicsMagick library)
* imwrite and imread (based on the GraphicsMagick library)
* Lazy transpose <br/>
* Lazy transpose <br/> Special treatment in the parser of things like "a' * b", where the transpose is never explicitly formed but a flag is rather passed to the underlying LAPACK code.
  Special treatment in the parser of things like "a' * b", where the transpose is never explicitly formed but a flag is rather passed to the underlying LAPACK code.
* Single precision type
* Single precision type
* Improved array indexing <br/>
* Improved array indexing <br/> The underlying code used for indexing of arrays has been completely rewritten and so the indexing of arrays is now significantly faster.
  The underlying code used for indexing of arrays has been completely rewritten and so the indexing of arrays is now significantly faster.


Here are some older features that have been around since 2.1.N:
Here are some older features that have been around since 2.1.N: