src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Thu, 09 Jan 2020 15:45:31 +0100
changeset 71360 fcf5ee85743d
parent 71027 b212ee44f87c
permissions -rw-r--r--
more Isabelle fonts, notably for File Browser title in GTK L&F;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end