G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsMatrixAddons.h File Reference

Provides extra member declarations to the Eigen MatrixBase class. More...

Go to the source code of this file.

Functions

Matrix< Scalar, Dynamic, Dynamic > cramerInverse () const
 Inversion for small matrices using Cramer's Rule.
 
void cramerInverseInPlace ()
 Inplace inversion for small matrices using Cramer's Rule.
 
void gaussElim ()
 Simple (inplace) Gauss elimination without any pivoting.
 

Detailed Description

Provides extra member declarations to the Eigen MatrixBase class.

This file is part of the G+Smo library.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author(s): A. Mantzaflaris