MultikLongAlgebra
Functions
Link copied to clipboard
open override fun add(left: StructureND<Long>, right: StructureND<Long>): Tensor<Long>
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<Long>, right: StructureND<Long>): StructureND<Long>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Long>, right: StructureND<Long>) -> StructureND<Long>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun diagonalEmbedding(diagonalEntries: Tensor<Long>, offset: Int, dim1: Int, dim2: Int): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open infix override fun StructureND<Long>.dot(other: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Long>, type: KClass<out F>): F?
Content copied to clipboard
Link copied to clipboard
open operator fun (Long) -> Long.invoke(structure: StructureND<Long>): StructureND<Long>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Long>.map(transform: LongRing.(Long) -> Long): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Long>.mapIndexed(transform: LongRing.(index: IntArray, Long) -> Long): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Long.minus(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.minus(arg: Long): MultikTensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.minus(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Long>.minusAssign(arg: StructureND<Long>)
Content copied to clipboard
Link copied to clipboard
open override fun multiply(left: StructureND<Long>, right: StructureND<Long>): Tensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Long.plus(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.plus(arg: Long): MultikTensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.plus(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Long>.plusAssign(arg: StructureND<Long>)
Content copied to clipboard
Link copied to clipboard
open override fun structureND(shape: Shape, initializer: LongRing.(IntArray) -> Long): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Long>.sum(dim: Int, keepDim: Boolean): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Long.times(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.times(arg: Long): Tensor<Long>
Content copied to clipboard
open operator override fun StructureND<Long>.times(arg: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Long>.timesAssign(arg: StructureND<Long>)
Content copied to clipboard
Link copied to clipboard
open operator override fun StructureND<Long>.unaryMinus(): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Long>): StructureND<Long>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Long>) -> StructureND<Long>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun Tensor<Long>.viewAs(other: StructureND<Long>): MultikTensor<Long>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun zip(left: StructureND<Long>, right: StructureND<Long>, transform: LongRing.(Long, Long) -> Long): MultikTensor<Long>
Content copied to clipboard