Section: C Library Functions (3)Updated: Thu Apr 7 2011Local indexUp
NAME
DenseMatrices -
SYNOPSIS
Typedefs
typedef DenseMatrix< Real > RealDenseMatrix
typedef DenseMatrix< Complex > ComplexDenseMatrix
Detailed Description
Provide Typedefs for dense matrices
Typedef Documentation
typedef DenseMatrix<Complex> DenseMatrices::ComplexDenseMatrixNote that this typedef may be either a real-only matrix, or a truly complex matrix, depending on how Number was defined in libmesh_common.h. Be also aware of the fact that DenseMatrix<T> is likely to be more efficient for real than for complex data.
Definition at line 414 of file dense_matrix.h.
typedef DenseMatrix<Real> DenseMatrices::RealDenseMatrixConvenient definition of a real-only dense matrix.
Definition at line 403 of file dense_matrix.h.
Author
Generated automatically by Doxygen for libMesh from the source code.