Matrix.EigenVectors Method

Return a matrix containing the eigen-vectors; also fill the supplied vector with the eigen values.
public Matrix EigenVectors( 
Vector eigenValues 
)
This language is not supported or no code example is available.
public:  
Matrix^ EigenVectors( 
Vector^ eigenValues 
)
This language is not supported or no code example is available.
public function EigenVectors( 
eigenValues : Vector 
) : Matrix;
This language is not supported or no code example is available.

Parameters

eigenValues
Vector

Return Value

Matrix

In this article

Definition