Browse Source
The formulas found in various references do not have abs. Furthermore, when multiplying A*A^T or A^T*A (for the frobenius norm we only care about the diagonal so it doesn't matter which product is used) the i-ith diagonal element of the final matrix comes from the multiplication of line i with itself. Therefore, all numbers involved will be multiplied with themselves resulting in numbers that are always non-negative. Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>pull/36/head
committed by
Marcus Cuda
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue