identity
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Generate identity matrix
Arguments and Return Values Arguments: a number indicating the dimension of the matrix Return Value: the float, bsq identity matrix
Usage Syntax: identity(INT) Generate an identity matrix of the given size.
Examples dv> identity(3) 3x3x1 array of float, bsq format [36 bytes] 1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 1.00000 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 03-27-2006 |