*REMOVE, Name, Val1, Val2, Val3
Suppresses rows or columns of a dense matrix or a vector.
NameName of the matrix or vector to be revised.
Val1, Val2, Val3Additional input. The meaning of Val1 to Val3 varies depending on the entity
type (matrix or vector). See details below.
The following Val1 through Val3 fields are used if Name refers to a dense matrix created by the *DMAT command:
Val1First row or column number to suppress.
Val2Last row or column number to suppress.
Val3Specifies what to remove:
Remove columns of the matrix (default).
Remove rows of the matrix.
The following Val1 and Val2 fields are used if Name refers to a vector created by the *VEC command:
Val1First value index to suppress.
Val2Last value index to suppress.