torch_kron: Kronecker product

View source: R/gen-namespace.R

torch_kronR Documentation

Kronecker product

Description

Computes the Kronecker product of self and other.

Usage

torch_kron(self, other)

Arguments

self

(Tensor) input Tensor

other

(Tensor) other tensor.


torch documentation built on May 29, 2024, 9:54 a.m.