User:KaKiLa: Difference between revisions

Jump to navigation Jump to search
665 bytes added ,  21 December 2011
m
Line 3: Line 3:
* Start the API for [https://code.cor-lab.de/projects/rsb RSB].
* Start the API for [https://code.cor-lab.de/projects/rsb RSB].
* Build packages for [https://launchpad.net/~ubuntu-octave PPA].
* Build packages for [https://launchpad.net/~ubuntu-octave PPA].
=== extend sub2ind and ind2sub ===
We are extending sub2ind and ind2sub to work with triangular matrices. Currently private functions of {{Forge|mechanics}}.
A string argument triggers the behavior. The string argument can be "triu" or "tril". After this str argument we accet an extra scalar value indicating that the triangular matrix is off diagonal (as in tril and trup).
So, the forst modification to the C++ code will be
# Check if any of the argument is a str.
# Check what kind of triangular matrix (up or low).
# If the argument after the str argument is a scalar, it indicates off diagonal triangular matrix (we do not have algo for that yet, though).
== Octave - Forge ==
== Octave - Forge ==
* quaternion_oo mpower.m
* quaternion_oo mpower.m
657

edits

Navigation menu