HermesCommon  3.0
matrix.cpp File Reference

Basic matrix classes and operations. More...

Go to the source code of this file.

Namespaces

 Hermes
 General namespace for the Hermes library.
 
 Hermes::Algebra
 Namespace containing classes for vector / matrix operations.
 

Functions

template<>
HERMES_API SparseMatrix< double > * Hermes::Algebra::create_matrix (bool use_direct_solver)
 Function returning a matrix according to the users's choice. More...
 
template<>
HERMES_API SparseMatrix
< std::complex< double > > * 
Hermes::Algebra::create_matrix (bool use_direct_solver)
 Function returning a matrix according to the users's choice. More...
 

Detailed Description

Basic matrix classes and operations.

Definition in file matrix.cpp.