| libMesh
    | 
Provide Typedefs for dense matrices. More...
| Typedefs | |
| typedef DenseMatrix< Real > | RealDenseMatrix | 
| Convenient definition of a real-only dense matrix.  More... | |
| typedef DenseMatrix< Complex > | ComplexDenseMatrix | 
| This typedef may be either a real-only matrix, or a truly complex matrix, depending on how Numberwas defined inlibmesh_common.h.  More... | |
Provide Typedefs for dense matrices.
This typedef may be either a real-only matrix, or a truly complex matrix, depending on how Number was defined in libmesh_common.h. 
Also, be aware of the fact that DenseMatrix<T> is likely to be more efficient for real than for complex data. 
Definition at line 810 of file dense_matrix.h.
Convenient definition of a real-only dense matrix.
Definition at line 801 of file dense_matrix.h.
 1.8.14
 1.8.14