LinAlgComputeJacobiEigT(T, Int32) Method
Computes Jacobi Matrix using Eigenvalue Decomposition
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[][] ComputeJacobiEig<T>(
T[][] m,
out int n2
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeJacobiEig(Of T As {New, Object, IRealNumber(Of T)}) (
m As T()(),
<OutAttribute> ByRef n2 As Integer
) As T()()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<array<T>^>^ ComputeJacobiEig(
array<array<T>^>^ m,
[OutAttribute] int% n2
)
static member ComputeJacobiEig :
m : 'T[][] *
n2 : int byref -> 'T[][] when 'T : new() and Object and IRealNumber<'T>
- m T
- Covariance Matrix
- n2 Int32
- Number of non zero Eigenvalues
- T
- Real Number Type
TJacobi Matrix