GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
Matrix.h File Reference
#include "config.h"
#include <Eigen/Eigen>
#include <Eigen/Sparse>
#include <Eigen/SparseCholesky>

Go to the source code of this file.

Classes

class  GooseFEM::MatrixSolverBase< D >
 CRTP base class for a solver class. More...
 
class  GooseFEM::MatrixSolverSingleBase< D >
 CRTP base class for a solver class. More...
 
class  GooseFEM::MatrixSolverPartitionedBase< D >
 CRTP base class for a extra functions for a partitioned solver class. More...
 
class  GooseFEM::MatrixBase< D >
 CRTP base class for a matrix. More...
 
class  GooseFEM::MatrixPartitionedBase< D >
 CRTP base class for a partitioned matrix. More...
 
class  GooseFEM::MatrixPartitionedTyingsBase< D >
 CRTP base class for a partitioned matrix with tying. More...
 
class  GooseFEM::Matrix
 Sparse matrix. More...
 
class  GooseFEM::MatrixSolver< Solver >
 Solve \( x = A^{-1} b \), for A of the GooseFEM::Matrix() class. More...
 

Namespaces

namespace  GooseFEM
 Toolbox to perform finite element computations.
 

Detailed Description

License: This project is released under the GNU Public License (GPLv3).

Definition in file Matrix.h.