src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sun, 03 Sep 2023 16:44:07 +0200
changeset 78639 ca56952b7322
parent 71027 b212ee44f87c
permissions -rw-r--r--
proper stop of build_process shutdown, despite errors on workers;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end