API reference
Types
RadialCalderon.ForwardProblem
— Typestruct ForwardProblem
Container for the forward Calderon problem
Fields
n::Integer
: number of annuliradii::Vector
: inner radii
RadialCalderon.ConvexCalderonProblem
— Typestruct ConvexCalderonProblem
Container for the convex nonlinear SDP problem
Fields
c::Vector
: weight vectora::Number
: conductivity lower boundb::Number
: conductivity upper boundobs::Vector
: observationsforward::ForwardProblem
: forward problem
Forward map
RadialCalderon.forward_map
— Functionforward_map(problem, j, σ)
Neumann-to-Dirichlet forward map
Resolution
RadialCalderon.build_c_estimation_problem
— Functionbuild_c_estimation_problem(
σ,
a,
b,
m,
forward;
max_last_coord
)
Build the feasibility problem used to estimate the weight vector
RadialCalderon.build_nonlinear_sdp
— Functionbuild_nonlinear_sdp(problem, σ_init; reg_param)
Build the convex nonlinear SDP associated to the input Calderon problem