libMesh
Classes | Namespaces | Typedefs
dense_matrix.h File Reference

Go to the source code of this file.

Classes

class  libMesh::DenseVector< T >
 Defines a dense vector for use in Finite Element-type computations. More...
 
class  libMesh::DenseMatrix< T >
 Defines a dense matrix for use in Finite Element-type computations. More...
 
struct  libMesh::DenseMatrix< T >::UseBlasLapack
 Helper structure for determining whether to use blas_lapack. More...
 
struct  libMesh::DenseMatrix< T >::UseBlasLapack
 Helper structure for determining whether to use blas_lapack. More...
 
struct  MetaPhysicL::RawType< libMesh::DenseMatrix< T > >
 

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
 libMesh::DenseMatrices
 Provide Typedefs for dense matrices.
 
 MetaPhysicL
 

Typedefs

typedef DenseMatrix< Real > libMesh::DenseMatrices::RealDenseMatrix
 Convenient definition of a real-only dense matrix. More...
 
typedef DenseMatrix< Complex > libMesh::DenseMatrices::ComplexDenseMatrix
 This typedef may be either a real-only matrix, or a truly complex matrix, depending on how Number was defined in libmesh_common.h. More...