|
AlgART Home | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
MutableArray interface.AbstractArray(initialCapacity, initialLength, new Array[0]).
AbstractArray(initialCapacityAndLength, initialCapacityAndLength, new Array[0]).
ArrayContext interface to minimize
the effort required to implement this interface.ArrayProcessorWithContextSwitching interface.BitArray interface.ByteArray interface.CharArray interface.Context interface to minimize
the effort required to implement this interface.CoordinateTransformationOperator interface to minimize
the effort required to implement this interface.DataFileModel interface to minimize
the effort required to implement this interface for processing usual disk files.AbstractDataFileModel(null, 0).
DoubleArray interface.FloatArray interface.Func interface to minimize
the effort required to implement this interface.IntArray interface.IterativeArrayProcessor interface.LongArray interface.Matrix interface to minimize
the effort required to implement this interface.MemoryModel interface to minimize
the effort required to implement this interface.Morphology interface to minimize
the effort required to implement this interface.ObjectArray interface.Pattern interface to minimize
the effort required to implement this interface.ShortArray interface.UpdatableBitArray interface.UpdatableByteArray interface.UpdatableCharArray interface.UpdatableDoubleArray interface.UpdatableFloatArray interface.UpdatableIntArray interface.UpdatableLongArray interface.UpdatableObjectArray interface.UpdatableShortArray interface.WeightedPattern interface to minimize
the effort required to implement this interface.mapped blocks
that were created by not finalized yet by this model.
invokeOnDeallocation method,
but not fully performed yet.
coord(i)+point.coord(i).
coord(i)+point.coord(i).
asArray
and asUpdatableArray
methods, that means the region from the specified position to the file end.
ObjectArray.elementType() class in some state.
AbstractDataFileModel.allTemporaryFiles() method returns its clone.
union decompositions
with the equal or similar quality.
data file models, that were used
in any instances of this class (as constructor agruments) since the application start.
ApertureFilterOperator.apertureDim()[coordIndex].
ApertureFilterOperator
in n-dimensional Euclidean space.ApertureFilterOperator.apertureFrom()[coordIndex].
ApertureFilterOperator.apertureSteps()[coordIndex].
ApertureFilterOperator.apertureFrom()[coordIndex] + (ApertureFilterOperator.apertureDim()[coordIndex] - 1)
* ApertureFilterOperator.apertureSteps()[coordIndex].
CoordinateTransformedFunc.getInstance(f, this).
applyFunc(context, f, true, result, x).
asFuncArray(null, truncateOverflows, f, necessaryType, x) call
and copies it into the result argument by
copy(context, result, lazy) call.
applyFunc(context, true, f, result, x).
applyFunc(context, truncateOverflows, f, result, several(PArray.class, x)).
applyFunc(context, true, f, result, x1, x2).
applyFunc(context, truncateOverflows, f, result, several(PArray.class, x1, x2)).
applyFunc(context, true, f, result, x1, x2, x3).
applyFunc(context, truncateOverflows, f, result, several(PArray.class, x1, x2, x3)).
applyFunc(context, true, f, result, x).
Arrays.applyFunc(context, truncateOverflows, f, result.array(), arrays),
where arrays is
{x.get(0).array(), x.get(1).array(), ...}.
ArrayContext.updateProgress(ArrayContext.Event) method.ArrayContext.Event.elementType(), ArrayContext.Event.length(),
ArrayContext.Event.readyCount() for the case of 1 parallel task.
ArrayContext.Event.elementType(), ArrayContext.Event.lengthPerTask()
and ArrayContext.Event.readyCountPerTask().
AlgART arrays,
about the preferred memory model.unresizable AlgART arrays
(usually work buffers) with the same size and type of elements,
based on a list of SoftReference.AlgART arrays.Arrays.ParallelExecutor performing
simple copying of the source array.Arrays.rangeOf(PArray, MinMaxInfo) method, containing information
about the minimum and maximum in some AlgART array.uninitialized instance of this class.
Array.subArray).AlgART arrays.Arrays.addShutdownTask(Runnable, TaskExecutionOrder) method.AlgART arrays,
about the preferred thread pool factory.Matrix.array().getClass(),
if it is subtype of (or same type as) the passed arraySupertype,
or throws ClassCastException in other case.
UnsupportedContextException if this context cannot serve this request.
as(contextClass)
in other case.
immutable AlgART array with specified element type,
backed by the content of a region of the data file with specified name.
asArray(filePath, boolean.class, filePosition, fileAreaSize, byteOrder).
asArray(filePath, byte.class, filePosition, fileAreaSize, byteOrder).
asArray(filePath, char.class, filePosition, fileAreaSize, byteOrder).
asImmutable(),
(storage[1].asImmutable(), ...,
(storage[storage.length-1].asImmutable(),
with the current combiner (specified while creating this memory model).
asConcatenation(null, arrays).
asCoordFuncMatrix(resultMemoryModel, true, f, requiredArrayType, dim).
Matrices.asFuncMatrix(MemoryModel, boolean, Func, Class, List) method,
where the passed function is applied not to the elements of some source matrices,
but to the indexes of the resulting matrix.