src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sun, 14 Mar 2021 22:55:52 +0100
changeset 73439 cb127ce2c092
parent 71027 b212ee44f87c
permissions -rw-r--r--
tuned --- following hints by IntelliJ;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end