libMesh
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
dense_matrix.h File Reference

Go to the source code of this file.

Classes

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  MetaPhysicL::RawType< libMesh::DenseMatrix< T > >
 

Namespaces

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

Typedefs

typedef DenseMatrix< ReallibMesh::DenseMatrices::RealDenseMatrix
 Convenient definition of a real-only dense matrix.
 
typedef DenseMatrix< ComplexlibMesh::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.
 

Functions

template<typename T >
bool libMesh::isfinite (const DenseMatrix< T > &var)
 
template<typename T >
bool libMesh::isinf (const DenseMatrix< T > &var)
 
template<typename T >
bool libMesh::isnan (const DenseMatrix< T > &var)