src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Thu, 19 Jan 2023 11:23:44 +0100
changeset 77011 3e48f8c6afc9
parent 71027 b212ee44f87c
permissions -rw-r--r--
parse citations from raw source, without formal context;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end