BufferAlgebraND
Types
Functions
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<T>, type: KClass<out F>): F?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun (T) -> T.invoke(structure: StructureND<T>): StructureND<T>
Content copied to clipboard
mapIndexed
Link copied to clipboard
open override fun StructureND<T>.mapIndexed(transform: A.(index: IntArray, T) -> T): BufferND<T>
Content copied to clipboard
Maps elements from one structure to another one by applying transform to them alongside with their indices.
structureND
Link copied to clipboard
toBufferND
Link copied to clipboard
Properties
bufferAlgebra
Link copied to clipboard
elementAlgebra
Link copied to clipboard
indexerBuilder
Link copied to clipboard
Inheritors
BufferedGroupNDOps
Link copied to clipboard
Extensions
Sources
common source
Link copied to clipboard