Select Git revision
-
Stefan Lankes authoredStefan Lankes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
my_A_no_C.jl 136 B
function my_A_no_C(L, U)
d = length(U)
ell = size(L, 1)
n = map(M -> size(M, 1), U)
###
###
return # A
end