src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Tue, 25 Aug 2020 13:44:09 +0200
changeset 72204 cb746b19e1d7
parent 71027 b212ee44f87c
permissions -rw-r--r--
more robust treatment of execution with interrupts; tuned comments;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end