View source: R/multiscaleSVDxpts.R
gradient_invariant_orthogonality_defect | R Documentation |
This function computes the gradient of the orthogonality defect for a matrix A
,
The orthogonality defect is defined as the sum of the squared off-diagonal elements
of t(A) %*% A
.
gradient_invariant_orthogonality_defect(A)
A |
A numeric matrix. |
A matrix representing the gradient of the orthogonality defect with respect to Ap
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.