So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::MatrixTraits< char > Struct Template Reference
Inheritance diagram for bogus::MatrixTraits< char >:
bogus::MatrixTraits< Eigen::Matrix< char, 1, 1 > >

Public Types

typedef Eigen::Matrix< char, 1, 1 > MatrixType
 
typedef MatrixType::Scalar Scalar
 
typedef LU< Eigen::MatrixBase
< MatrixType > > 
LUType
 
typedef LDLT
< Eigen::MatrixBase
< MatrixType > > 
LDLTType
 

Static Public Member Functions

static Eigen::Matrix< char, 1, 1 > asConstMatrix (const char src)
 
static const MatrixType & asConstMatrix (const MatrixType &src)
 

The documentation for this struct was generated from the following file: