ai.dragonfly.math.matrix.decomposition.SV
See theSV companion object Construct the singular value decomposition
Structure to access U, S and V.
Attributes
- M
Rectangular matrix
- Companion:
- object
- Source:
- SV.scala
- Graph
- Supertypes
Members list
Concise view
Value members
Return the diagonal matrix of singular values
Return the diagonal matrix of singular values
Attributes
- Returns:
S
- Source:
- SV.scala
Return the diagonal matrix of singular values
Two norm condition number
Two norm condition number
Attributes
- Returns:
max(S)/min(S)
- Source:
- SV.scala
Attributes
- Returns:
max(S)
- Source:
- SV.scala
Effective numerical matrix rank
Effective numerical matrix rank
Attributes
- Returns:
Number of nonnegligible singular values.
- Source:
- SV.scala