fle {tensorMiss} | R Documentation |
Computing the column space distance between two matrix
fle(A1, A2)
A1 |
A matrix of m rows and n columns. |
A2 |
A matrix of m rows and l columns where l can equal n. |
A numeric number
fle(matrix(1:12, nrow=4), matrix(11:22, nrow=4));