Interface IndexedTensor.DirectIndexBuilder

All Known Implementing Classes:
IndexedTensor.BoundBuilder
Enclosing class:
IndexedTensor

public static interface IndexedTensor.DirectIndexBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cellByDirectIndex(long index, double value)
    Sets a value by its standard value order index
    void
    cellByDirectIndex(long index, float value)
    Sets a value by its standard value order index
     
  • Method Details

    • type

      TensorType type()
    • cellByDirectIndex

      void cellByDirectIndex(long index, double value)
      Sets a value by its standard value order index
    • cellByDirectIndex

      void cellByDirectIndex(long index, float value)
      Sets a value by its standard value order index