Verwendungen von Klasse
ch.nolix.core.container.matrix.Matrix
Packages, die Matrix verwenden
-
Verwendungen von Matrix in ch.nolix.core.container.matrix
Methoden in ch.nolix.core.container.matrix, die Matrix zurückgebenModifizierer und TypMethodeBeschreibungAdds a new column to the currentMatrix
with the given elements.Adds a new column to the currentMatrix
with the given elements.Adds a new row to the currentMatrix
with the given elements.Adds a new row to the currentMatrix
with the given elements.static <E2> Matrix
<E2> Matrix.createEmpty()
static <E2> Matrix
<E2> Matrix.fromMatrix
(IMatrix<E2> matrix) Matrix.getCopy()
The time complexity of this implementation is O(m * n) if: -This matrix contains m rows.Matrix.toLeftRotatedMatrix()
The time complexity of this implementation is O(n) if the currentMatrix
contains n elements.<O> Matrix
<O> The time complexity of this implementation is O(n) if: -This matrix contains n elements.Matrix.toRightRotatedMatrix()
The time complexity of this implementation is O(n) if the currentMatrix
contains n elements.Methoden in ch.nolix.core.container.matrix mit Parametern vom Typ MatrixModifizierer und TypMethodeBeschreibungstatic <E2> MatrixIterator
<E2> static <E2> MatrixIterator
<E2> MatrixIterator.forMatrixAnd1BasedStartIndex
(Matrix<E2> matrix, int param1BasedStartIndex) -
Verwendungen von Matrix in ch.nolix.system.graphic.image
Methoden in ch.nolix.system.graphic.image, die Matrix zurückgebenMethoden in ch.nolix.system.graphic.image mit Parametern vom Typ Matrix