Package | Description |
---|---|
fr.ufrt.xmlcorrector.matrix |
Modifier and Type | Class and Description |
---|---|
class |
RightExtendedMatrix<T>
This class Extented a Matrix with a new column.
|
class |
SimpleMatrix<T> |
Modifier and Type | Method and Description |
---|---|
Matrix<Cell> |
TreeEditionMatrix.getMatrix()
Returns a copy of the matrix
|
Constructor and Description |
---|
RightExtendedMatrix(Matrix<T> matrix)
Constructor for the RightExtendedMatrix, will use a matrix a source and
use it for every value that is in.
|
SimpleMatrix(int width,
int height,
Matrix<T> matrix)
Creates a matrix with the given length and height and copies the values
of matrix that can fit in
|
SimpleMatrix(Matrix<T> matrix)
Constructor that copies the given matrix
|