src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sun, 27 Oct 2024 12:32:40 +0100
changeset 81275 5ed639c16ce7
parent 71027 b212ee44f87c
permissions -rw-r--r--
tuned;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end