Cholesky decomposition: Difference between revisions

Content added Content deleted
m (Minor edit to C++ code)
m (Enable syntax highlighting for C#)
Line 394: Line 394:


=={{header|C sharp|C#}}==
=={{header|C sharp|C#}}==
<lang [C sharp|C#]>
<lang csharp>using System;
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Linq;
Line 497: Line 496:
}
}
}
}
}</lang>
}


</lang>
{{out}}
{{out}}
Test 1:
Test 1: