Is there any possible way in R to simplify this matrix product: A' * B * A?

后端 未结 0 1001
猫巷女王i
猫巷女王i 2021-02-03 17:43

I wonder whether this operation (in R)

t(A) %*% B %*% A

can be simplified via any algebraic trick (beyond crossprod(A,B)%*%B

相关标签:
回答
  • 消灭零回复
提交回复
热议问题