Nd4jArrayAlgebra
Represents AlgebraND over Nd4jArrayAlgebra.
Parameters
T
the type of ND-structure element.
C
the type of the element context.
Functions
combine
Link copied to clipboard
open override fun combine(a: StructureND<T>, b: StructureND<T>, transform: C.(T, T) -> T): Nd4jArrayStructure<T>
Content copied to clipboard
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
map
Link copied to clipboard
open override fun StructureND<T>.map(transform: C.(T) -> T): Nd4jArrayStructure<T>
Content copied to clipboard
mapIndexed
Link copied to clipboard
open override fun StructureND<T>.mapIndexed(transform: C.(index: IntArray, T) -> T): Nd4jArrayStructure<T>
Content copied to clipboard
wrap
Link copied to clipboard
Properties
Inheritors
Nd4jArrayGroup
Link copied to clipboard
Sources
jvm source
Link copied to clipboard