Class TensorParameters<E>

Object
MatrixParameters<E>
TensorParameters<E>
Type Parameters:
E - the type of tensor element values.
All Implemented Interfaces:
Serializable, Checked­Container<E>

@Deprecated(since="1.5", forRemoval=true) public class TensorParameters<E> extends MatrixParameters<E>
Deprecated, for removal: This API element is subject to removal in a future version.
Renamed Matrix­Parameters because this is not really a builder of tensors. Furthermore, the declared EPSG parameter names were incorrect. See SIS-619.
Creates parameter groups for tensors (usually matrices).
Since:
0.4
See Also:
  • Field Details

  • Constructor Details

    • TensorParameters

      @SafeVarargs public TensorParameters(Class<E> elementType, String prefix, String separator, ParameterDescriptor<Integer>... dimensions)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a descriptors provider.
      Parameters:
      element­Type - the type of tensor element values.
      prefix - the prefix to insert in front of parameter name for each tensor elements.
      separator - the separator between dimension (row, column, …) indices in parameter names.
      dimensions - the parameter for the size of each dimension, usually in an array of length 2. Length may be different if the caller wants to generalize usage of this class to tensors.
  • Method Details