| So-Bogus
    A c++ sparse block matrix library aimed at Second Order cone problems | 
 
  
 | Public Types | |
| typedef Eigen::Matrix< double, 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< double, 1, 1 > | asConstMatrix (const double src) | 
| static const MatrixType & | asConstMatrix (const MatrixType &src) |