Reference page for MatrixConstructorBase
Contents
- Summary
- this = MatrixConstructorBase(arguments) /this = MatrixConstructorBase(arguments) is a constructor.
- MatrixConstructorBase/this.addCoordinates(arguments) is a function.
- MatrixConstructorBase/this.addValues(arguments) is a function.
- MatrixConstructorBase/this.finalize(arguments) is a function.
- MatrixConstructorBase/this.resetCoordinates(arguments) is a function.
- MatrixConstructorBase/this.resetValues(arguments) is a function.
Summary
MatrixConstructorBase is a class. this = MatrixConstructorBase(varargin) Documentation for MatrixConstructorBase doc MatrixConstructorBase
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.
this = MatrixConstructorBase(arguments) /this = MatrixConstructorBase(arguments) is a constructor.
this = MatrixConstructorBase(varargin)
MatrixConstructorBase/this.addCoordinates(arguments) is a function.
this = addCoordinates(this, I, J)
MatrixConstructorBase/this.addValues(arguments) is a function.
this = addValues(this, E, varargin)
MatrixConstructorBase/this.finalize(arguments) is a function.
S = finalize(this, varargin)
MatrixConstructorBase/this.resetCoordinates(arguments) is a function.
this = resetCoordinates(this)
MatrixConstructorBase/this.resetValues(arguments) is a function.
this = resetValues(this)