Package net.algart.matrices.stitching
package net.algart.matrices.stitching
Algorithms of stitching
n-dimensional AlgART matrices
.
This package contains algorithms that combine (stitch) several matrices
(being stitched) into a single resulting matrix (stitched).
- Author:
- Daniel Alievsky
-
ClassDescriptionCoordinateFreeStitchingMethod<P extends FramePosition>DefaultFrame<P extends FramePosition>Frame<P extends FramePosition>Frame: a pair of the
AlgART matrix
and itsposition
; in other words, an n-dimensional matrix, placed by some way in n-dimensional space.ShiftStitchingMethod<P extends FramePosition>Stitcher<P extends FramePosition>Abstract mathematical function, depending on coordinates in n-dimensional space and several values.StitchingMethod<P extends FramePosition>UniversalStitchingMethod<P extends UniversalFramePosition>