Brief Introduction to Some Simple Classes: DSL object
From DSL
This is the basic class from which many other classes in SMILE: inherit. It provides basic functionality to check for the status of every object (see CheckReadiness, CheckConsistency) and some flags common to most of the data structures of SMILE.
New in version 1.1: DSL_intArray, DSL_doubleArray and DSL_Dmatrix are not derived from DSL_object anymore. This decision was made after extensive profiling of SMILE: performance on large models, containing more than 1000 nodes.
