List getNMatrix()

Gets the "core" of the dimensional matrix construct. returns the core of the dimensional matrix construct.

Source

List getNMatrix() {
  return this._core;
}