public Matrix<double>[] Covs { get; set; }
Public Property Covs As Matrix(Of Double)() Get Set
public: property array<Matrix<double>^>^ Covs { array<Matrix<double>^>^ get (); void set (array<Matrix<double>^>^ value); }