approx.kronecker: Approximates kronecker product decomposition. (Daniel Kapla)

Description Usage Arguments Value See Also

View source: R/UTILITY.R

Description

Approximates the matrices A and B such that C = A %x% B with %x% the kronecker product of the matrixes A and B of dimensions dimA and dimB respectively.

Usage

1
approx.kronecker(C, dimA, dimB)

Arguments

C

desired kronecker product result.

dimA

length 2 vector of dimensions of A.

dimB

length 2 vector of dimensions of B.

Value

list with attributes A and B.

See Also

C.F. Van Loan / Journal of Computational and Applied Mathematics 123 (2000) 85-100 (pp. 93-95)


b-brune/tvRRR documentation built on Dec. 19, 2021, 6:37 a.m.