struct Bottle::Internal::MatrixIter(T)
- Bottle::Internal::MatrixIter(T)
- Struct
- Value
- Object
Included Modules
- Iterator(T)
Defined in:
tensor/iter.crConstructors
Instance Method Summary
- #axis : Int32
- #dim : Int32
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #ranges : Array(Int32 | Range(Int32, Int32))
- #tns : Tensor(T)
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(T)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.