Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
EigenvalueDecomposition ( Double value, bool inPlace = false, bool sort = false ) : System |
Construct an eigenvalue decomposition.
|
|
EigenvalueDecomposition ( Double value, bool assumeSymmetric, bool inPlace = false, bool sort = false ) : System |
Construct an eigenvalue decomposition.
|
|
Reverse ( ) : ].Double[ |
Reverses the decomposition, reconstructing the original matrix
|
Method | Description | |
---|---|---|
EigenvalueDecomposition ( ) : System | ||
cdiv ( Double xr, Double xi, Double yr, Double yi, Double &cdivr, Double &cdivi ) : void | ||
hqr2 ( ) : void | ||
orthes ( ) : void | ||
tql2 ( ) : void | ||
tred2 ( ) : void |
public EigenvalueDecomposition ( Double value, bool inPlace = false, bool sort = false ) : System | ||
value | Double | /// The matrix to be decomposed. |
inPlace | bool |
/// Pass |
sort | bool |
/// Pass |
return | System |
public EigenvalueDecomposition ( Double value, bool assumeSymmetric, bool inPlace = false, bool sort = false ) : System | ||
value | Double | /// 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 |