ai.dragonfly.math.matrix.decomposition.SV
See theSV companion object
Construct the singular value decomposition Structure to access U, S and V.
Value parameters
- M
-
Rectangular matrix
Attributes
Members list
Value members
Concrete methods
Return the diagonal matrix of singular values
Return the diagonal matrix of singular values
Return the diagonal matrix of singular values
https://en.wikipedia.org/wiki/Singular_value_decomposition#Pseudoinverse "where Σ† is the pseudoinverse of Σ, which is formed by replacing every non-zero diagonal entry by its reciprocal and transposing the resulting matrix."
Attributes
- Returns
-
S
- Source
- SV.scala
Two norm condition number
In this article