src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Mon, 13 Feb 2023 11:53:35 +0100
changeset 77290 12fd873af77c
parent 71027 b212ee44f87c
permissions -rw-r--r--
clarified signature: proper scope of synchronized operation;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end