Discrete laplacian — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
An index that is a pair
A discretisation on a two-dimensional grid of n points a side has n² unknowns and a matrix with n⁴ entries — 10⁸ at n = 100. What that matrix is instead is two Kronecker products of an n × n matrix, which is 2n² numbers, and nothing has been approximated: assembling it was the mistake.
A solve that is d decompositions
A Kronecker sum is closed under nothing useful — its inverse is not a Kronecker sum and no factorisation of it is one. What it has instead is eigenvectors that are Kronecker products, so a solve with 1,728 unknowns takes one decomposition of a 12 × 12 matrix and nothing else.
Named alongside it
The objects these essays reach for when they reach for this one.
Condition numberExact ground truthKronecker productKronecker sumModel problemSeparabilityCurse of dimensionalityFlop countMatrix-freeOff diagonal rankPreconditioningUnfolding