public Cholesky( double[,] a )
Public Sub New ( a As Double(,) )
public: Cholesky( array<double,2>^ a )
new : a : float[,] -> Cholesky