Click or drag to resize
CPGUJacobi Method
Find eigenvalues, eigenvectors of a real symmetric matrix.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The number of rows must equal the number of columns. Eienvalues, vectors are sorted in descending order.
Syntax
public static void Jacobi(
	CPG oPG1,
	CVV oVV2,
	CPG oPG3
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
Input Pager
oVV2
Type: GeoEngine.Core.GXNetCVV
Eigenvalues (returned)
oPG3
Type: GeoEngine.Core.GXNetCPG
Eigenvectors (returned)
See Also