maspack.matrix
Class SubMatrixNd

java.lang.Object
  extended bymaspack.matrix.MatrixObject
      extended bymaspack.matrix.MatrixNd
          extended bymaspack.matrix.SubMatrixNd
All Implemented Interfaces:
java.io.Serializable

public class SubMatrixNd
extends MatrixNd

See Also:
Serialized Form

Constructor Summary
SubMatrixNd()
           
SubMatrixNd(int row0, int col0, int numRows, int numCols, MatrixNd Mparent)
           
 
Method Summary
 void clear()
           
 void finalize()
           
 boolean isSubMatrix()
          Returns true if the this matrix is a submatrix; i.e., is a member of the subclass SubMatrixNd.
 void setDimensions(int row0, int col0, int numRows, int numCols, MatrixNd Mparent)
           
 
Methods inherited from class maspack.matrix.MatrixNd
absolute, add, add, colSize, copySubMatrix, epsilonEquals, equals, frobeniusNorm, get, get, getBuffer, getBufferBase, getBufferWidth, getColumn, getColumn, getRow, getRow, getSubMatrix, getSubMatrix, infinityNorm, invert, invert, isFixedSize, main, maxElement, minElement, mul, mul, mul, mulDiagonalLeft, mulDiagonalLeft, mulDiagonalRight, mulDiagonalRight, mulTranspose, mulTranspose, mulTransposeBoth, mulTransposeLeft, mulTransposeRight, negate, negate, oneNorm, permuteColumns, permuteRows, rowSize, scale, scale, set, set, set, setBuffer, setColumn, setColumn, setDiagonal, setDiagonal, setIdentity, setRandom, setRandom, setRandom, setRandomOrthogonal, setRandomOrthogonal, setRandomSvd, setRandomSvd, setRow, setRow, setSize, setSubMatrix, setSubMatrix, setZero, sub, sub, transpose, transpose, unsetBuffer
 
Methods inherited from class maspack.matrix.MatrixObject
determinant, epsilonEquals, equals, equals, get, scan, set, set, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubMatrixNd

public SubMatrixNd()

SubMatrixNd

public SubMatrixNd(int row0,
                   int col0,
                   int numRows,
                   int numCols,
                   MatrixNd Mparent)
Method Detail

isSubMatrix

public boolean isSubMatrix()
Description copied from class: MatrixNd
Returns true if the this matrix is a submatrix; i.e., is a member of the subclass SubMatrixNd.

Overrides:
isSubMatrix in class MatrixNd
Returns:
true if this matrix is a submatrix

setDimensions

public void setDimensions(int row0,
                          int col0,
                          int numRows,
                          int numCols,
                          MatrixNd Mparent)
                   throws ImproperSizeException
Throws:
ImproperSizeException

clear

public void clear()

finalize

public void finalize()