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ückgebenModifikator und TypMethodeBeschreibungAdds a new column to the currentMatrixwith the given elements.Adds a new column to the currentMatrixwith the given elements.Adds a new row to the currentMatrixwith the given elements.Adds a new row to the currentMatrixwith the given elements.static <T> Matrix<T> Matrix.createEmpty()static <T> Matrix<T> Matrix.fromMatrix(IMatrix<T> 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 currentMatrixcontains 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 currentMatrixcontains n elements.Methoden in ch.nolix.core.container.matrix mit Parametern vom Typ MatrixModifikator und TypMethodeBeschreibungstatic <T> MatrixIterator<T> static <T> MatrixIterator<T> MatrixIterator.forMatrixAndOneBasedStartIndex(Matrix<T> matrix, int oneBasedStartIndex) -
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