Link Search Menu Expand Document

Summary

MatrixConstructorBase is a class. this = MatrixConstructorBase(varargin)

PROPERTIES

  • MatrixConstructorBase/E is a property.

  • MatrixConstructorBase/I is a property.

  • MatrixConstructorBase/J is a property.

  • MatrixConstructorBase/Ncols is a property.

  • MatrixConstructorBase/Ncoord is a property.

  • MatrixConstructorBase/Nrows is a property.

  • MatrixConstructorBase/Nvals is a property.

Methods

Class methods are listed below. Inherited methods are not included.

* MatrixConstructorBase/MatrixConstructorBase is a constructor.

this = MatrixConstructorBase(varargin)

* MatrixConstructorBase/addCoordinates is a function.

this = addCoordinates(this, I, J)

* MatrixConstructorBase/addValues is a function.

this = addValues(this, E, varargin)

* MatrixConstructorBase/finalize is a function.

S = finalize(this, varargin)

* MatrixConstructorBase/resetCoordinates is a function.

this = resetCoordinates(this)

* MatrixConstructorBase/resetValues is a function.

this = resetValues(this)