AlgART Home

Package net.algart.matrices.stitching

Algorithms of stitching n-dimensional AlgART matrices.

See:
          Description

Interface Summary
Interface Description
Frame<P extends FramePosition> Frame: a pair of the AlgART matrix and its position; in other words, an n-dimensional matrix, placed by some way in n-dimensional space.
FramePosition  
StitchingFunc Abstract mathematical function, depending on coordinates in n-dimensional space and several values.
StitchingMethod<P extends FramePosition>  
 

Class Summary
Class Description
AbstractStitchingFunc  
AverageExceptingNaN  
CoordinateFreeStitchingMethod<P extends FramePosition>  
DefaultFrame<P extends FramePosition>  
FirstExceptingNaN  
LastExceptingNaN  
MaxExceptingNaN  
MinExceptingNaN  
ShiftFramePosition  
ShiftStitchingMethod<P extends FramePosition>  
Stitcher<P extends FramePosition>  
UniversalFramePosition  
UniversalStitchingMethod<P extends UniversalFramePosition>  
 

Package net.algart.matrices.stitching Description

Algorithms of stitching n-dimensional AlgART matrices. This package contains algorithms that combine (stitch) several matrices (being stitched) into a single resulting matrix (stitched).

AlgART Laboratory 2007-2013

Since:
JDK 1.5
Version:
1.2
Author:
Daniel Alievsky