src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sun, 27 Oct 2024 12:54:58 +0100
changeset 81277 0eb96012d416
parent 71027 b212ee44f87c
permissions -rw-r--r--
tuned whitespace of sources;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

text \<open>Entry point excluding integration and complex analysis.\<close>

end