Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

my_A_no_U_mu.jl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    my_A_no_U_mu.jl 162 B
    function my_A_no_U_mu(mu, L, U, C)
        d = length(U)
        ell = size(L, 1)
        n = map(M -> size(M, 1), U)
        r = size(C)
    
        ###
    
    
    
    
        ###
    
        return # A
    end