Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
JaggedEigenvalueDecompositionF ( System.Single value, bool inPlace = false, bool sort = false ) : System |
Construct an eigenvalue decomposition.
|
|
JaggedEigenvalueDecompositionF ( System.Single value, bool assumeSymmetric, bool inPlace = false, bool sort = false ) : System |
Construct an eigenvalue decomposition.
|
|
Reverse ( ) : System.Single[][] |
Reverses the decomposition, reconstructing the original matrix
|
Method | Description | |
---|---|---|
JaggedEigenvalueDecompositionF ( ) : System | ||
cdiv ( System.Single xr, System.Single xi, System.Single yr, System.Single yi, System.Single &cdivr, System.Single &cdivi ) : void | ||
hqr2 ( ) : void | ||
orthes ( ) : void | ||
tql2 ( ) : void | ||
tred2 ( ) : void |
public JaggedEigenvalueDecompositionF ( System.Single value, bool inPlace = false, bool sort = false ) : System | ||
value | System.Single | /// The matrix to be decomposed. |
inPlace | bool |
/// Pass |
sort | bool |
/// Pass |
return | System |
public JaggedEigenvalueDecompositionF ( System.Single value, bool assumeSymmetric, bool inPlace = false, bool sort = false ) : System | ||
value | System.Single | /// The matrix to be decomposed. |
assumeSymmetric | bool |
/// Defines if the matrix should be assumed as being symmetric
/// regardless if it is or not. Default is |
inPlace | bool |
/// Pass |
sort | bool |
/// Pass |
return | System |