Library Algebra.Finite_dim.Finite_dim_MS
This file is part of the Coq Numerical Analysis library
Copyright (C) Boldo, Clément, Martin, Mayero, Mouhcine
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
COPYING file for more details.
Exports support for finite-dimensional module spaces.
This module is meant to be imported after all imports from the Coq standard
library, from the Mathematical Components library, and from other external Coq
libraries such as Coquelicot and Flocq.
This module may be used through the import of Algebra.Finite_dim.Finite_dim,
Algebra.Algebra, or Algebra.Algebra_wDep, where it is exported.
Brief description
Description
Usage
From Algebra Require Export matrix.
From Algebra Require Export Finite_dim_MS_def Finite_dim_MS_lin_span.
From Algebra Require Export Finite_dim_MS_lin_gen Finite_dim_MS_lin_indep.
From Algebra Require Export Finite_dim_MS_basis Finite_dim_MS_lin_map.
From Algebra Require Export Finite_dim_MS_lin_indep_R.
From Algebra Require Export Finite_dim_MS_basis_R Finite_dim_MS_lin_map_R.
From Algebra Require Export Finite_dim_MS_duality_R.