ClikaRT::ops::kron
function
kron()
Kronecker product of two same-rank tensors.
Output dim i is a.shape[i] * b.shape[i]; each a element scales a full copy of b into its block.
Parameters
a: left operand, rankN.b: right operand, rankN(same rank asa).
Returns: the rank-N Kronecker product.
Throws
ClikaRT::Error: (INVALID_ARGUMENT) when the ranks disagree.
Declared in ClikaRT/compute/ops.h, line 2733