Singular |
The MatrixMathSingularValueDecomposition type exposes the following members.
Name | Description | |
---|---|---|
Backsubstitution(Double, Double) | Solves A·X = B for a vector X, where A is specified by A=U*S*V'. U, S, and V are results of the decomposition. | |
Backsubstitution(IReadOnlyListDouble, IVectorDouble) | Solves A·X = B for a vector X, where A is specified by A=U*S*V'. U, S, and V are results of the decomposition. | |
BuildHatDiagonal | ||
ChopSingularValues | Sets all singular values, that are lesser than relativeThreshold*(maximum singular value), to zero. | |
ComputeSingularValueDecomposition | Creates a singular value decomposition of matrix a, resulting in matrix a itself. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetCovariances | Calculates the covariance matrix Cov(i,j)= (X'X)^(-1) = SUM_over_k( V[i,k]*V[j,k]/s[k]^2). If s[k] is zero, 1/s[k]^2 will be set to zero. If the singular value decomposition was used to make a linear fit, this is the variance-covariance matrix of the fitting parameters. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Solve | Solves the equation A x = B and returns x. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |