This is an old version of the Octave manual. Find the latest version at: https://docs.octave.org/latest.

Next: , Previous: , Up: Data Types   [Contents][Index]


3.2 User-defined Data Types

Someday I hope to expand this to include a complete description of Octave’s mechanism for managing user-defined data types. Until this feature is documented here, you will have to make do by reading the code in the ov.h, ops.h, and related files from Octave’s src directory.