Open alecjacobson opened 3 years ago
From @yig via email:
lhsfunc: (a) We drop the left-hand sides entirely. I think that's too aggressive. The output will be visually missing something. (b) We could drop the parameters, so f(a,b) = ... would become just f = . This makes it possible to access the output value in the returned struct as .f, since the name won't be mangled. (c) We do what we're doing. The output looks similar to the original latex, and the value can still be accessed in the returned struct as .ret.
and
course_parameterization: The input matrix w∈ℝ^(n×n) should probably be declared sparse, as in w∈ℝ^(n×n) sparse.
and
course_curvature: We support ∫a^b in addition to ∫[a,b].
The course_curvature suggestion depends on issue #11
pmp_32
The source equation has the form
X = Y = Z
(lhsfunc) The source is defining a function on the lefthand side:
x(θ,φ)
pmp_41
(rhsdef) The source equation defines variables x₁,x₂,x₃ on the righthand side of an equation
T = (x₁,x₂,x₃)
.(frac) The source contains a fraction on two lines.
See (lhsfunc)
pmp_42
The source equation uses n as both an input function from triangles
T
to 3D vectors and an output function from vertex indicesv
to 3D vectors.The source uses T both as an input argument to n (unclear type) and as an subscript to α.
See also: (frac)
pmp_74
The source sums over unnamed set of triangles, each of which, T, uses a right-hand side definition of three vertex indices i,j,k. See (rhsdef)
(block) The source equation includes a block matrix definition.
convex_optimization_154
(bounds) Summations have explicit bounds.
convex_optimization_208
See also: (lhsfunc) (frac) (bounds)
convex_optimization_220
See also: (lhsfunc) (bounds)
convex_optimization_276
The source equation has no explicit variable of minimization.
The norms in the source use a subscript ₂ to indicate two-norm.
(min) The source uses the full word minimize
See also: (bounds)
convex_optimization_384
(seqexp) The source explicitly defines the length of
y
as a sequencei=1,...,m
See also: (bounds)
convex_optimization_650
The source implicitly defines the sizes of B,C,D.
convex_optimization_680
The source equation is far from the matrices from which sizes and dimensions would need to be inferred.
The source uses
I
with implied size.See also (block)
anisotropic_elasticity_7
The source uses 0-based indexing (for entries A, but not decorations on other symboles (e.g., I_5)).
(iden) The source uses
I_(3×3)
.See also (block)
anisotropic_elasticity_47
The source defines J₃ in prose.
See (frac)
symmetric_objective_function_9
analytic_eigensystems_13
See also (frac) (block)
plenoptic_modeling_22
See also (lhsfunc) (frac)
morphable_model_5
The source equation uses bounds for the first two summations, but not the third. It is unclear from the paper what the dimension of the ρ variables are.
See also (frac) (bounds)
course_registration
The source uses extra parenthesis.
The source uses underbraces to define terms (A,b,constant).
See also (min) (frac) (block) (bounds)
multi_frame_1
See also (lhsfunc) (frac)
multi_frame_4
See also (bounds)
atlas_refinement_3
The source uses b_j as summation variable.
The source is a definition of a function whose argument depends on an index i and the right-hand side also uses this index i.
The source uses a superscript for the iteration number k (not a power).
See also (frac) (lhsfunc)
optimal_sampling_16
The source defines X as a sequence of variable-length vectors so that X_ij is the jth entry of the ith vector.
See also (frac) (bounds)
hand_modeling_3
The source defines the dimensions of C in the prose and does not repeat it under the
min
.See also (bounds) (iden)
delta_mush_1
See also (bounds) (seqexp)
course_parameterization
The source equation uses a single case statement for
L_ij
and recursively defines the diagonally entries with a summation over its own (off-diagonal) entries.The source writes the summation over
ℓ ≠ i
The source defines
E
as a matrix of bounded indices.The source does not define
w
as a matrix, only the quantityw_ij
per edgeij
.course_curvature
The source uses sub and superscripts for the integral bounds.
See also (lhsfunc) (frac)