src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sat, 14 Oct 2023 20:48:12 +0200
changeset 78778 d495e71707d4
parent 71027 b212ee44f87c
permissions -rw-r--r--
tuned structure;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end