public Matrix<float>[] EigenValues { get; set; }
Public Property EigenValues As Matrix(Of Single)()
public: property array<Matrix<float>^>^ EigenValues { array<Matrix<float>^>^ get (); void set (array<Matrix<float>^>^ value); }