MultikIntAlgebra
Functions
Link copied to clipboard
open override fun add(left: StructureND<Int>, right: StructureND<Int>): Tensor<Int>
Content copied to clipboard
Link copied to clipboard
Convert a tensor to MultikTensor if necessary. If tensor is converted, changes on the resulting tensor are not reflected back onto the source
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Int>, right: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun diagonalEmbedding(diagonalEntries: Tensor<Int>, offset: Int, dim1: Int, dim2: Int): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open infix override fun StructureND<Int>.dot(other: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Int>, type: KClass<out F>): F?
Content copied to clipboard
Link copied to clipboard
open operator fun (Int) -> Int.invoke(structure: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Int>.map(transform: IntRing.(Int) -> Int): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Int>.mapIndexed(transform: IntRing.(index: IntArray, Int) -> Int): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open operator override fun Int.minus(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.minus(arg: Int): MultikTensor<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.minus(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Int>.minusAssign(arg: StructureND<Int>)
Content copied to clipboard
Link copied to clipboard
open override fun multiply(left: StructureND<Int>, right: StructureND<Int>): Tensor<Int>
Content copied to clipboard
Link copied to clipboard
open operator override fun Int.plus(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.plus(arg: Int): MultikTensor<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.plus(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun structureND(shape: Shape, initializer: IntRing.(IntArray) -> Int): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Int>.sum(dim: Int, keepDim: Boolean): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open operator override fun Int.times(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.times(arg: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Int>.timesAssign(arg: StructureND<Int>)
Content copied to clipboard
Link copied to clipboard
open operator override fun StructureND<Int>.unaryMinus(): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun Tensor<Int>.viewAs(other: StructureND<Int>): MultikTensor<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun zip(left: StructureND<Int>, right: StructureND<Int>, transform: IntRing.(Int, Int) -> Int): MultikTensor<Int>
Content copied to clipboard