MOAB  4.9.3pre
Eigen::InverseImpl< XprType, StorageKind > Class Template Reference

#include <Inverse.h>

Inheritance diagram for Eigen::InverseImpl< XprType, StorageKind >:
Collaboration diagram for Eigen::InverseImpl< XprType, StorageKind >:

List of all members.

Public Types

typedef
internal::generic_xpr_base
< Inverse< XprType > >::type 
Base
typedef XprType::Scalar Scalar

Private Member Functions

Scalar coeff (Index row, Index col) const
Scalar coeff (Index i) const

Detailed Description

template<typename XprType, typename StorageKind>
class Eigen::InverseImpl< XprType, StorageKind >

Definition at line 68 of file Inverse.h.


Member Typedef Documentation

template<typename XprType, typename StorageKind>
typedef internal::generic_xpr_base<Inverse<XprType> >::type Eigen::InverseImpl< XprType, StorageKind >::Base

Definition at line 72 of file Inverse.h.

template<typename XprType, typename StorageKind>
typedef XprType::Scalar Eigen::InverseImpl< XprType, StorageKind >::Scalar

Definition at line 73 of file Inverse.h.


Member Function Documentation

template<typename XprType, typename StorageKind>
Scalar Eigen::InverseImpl< XprType, StorageKind >::coeff ( Index  row,
Index  col 
) const [private]
template<typename XprType, typename StorageKind>
Scalar Eigen::InverseImpl< XprType, StorageKind >::coeff ( Index  i) const [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines