So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Public Types | |
enum | { do_transpose = Traits::is_transposed } |
typedef ObjectT | ObjectType |
typedef ObjectT::PlainObjectType | PlainObjectType |
typedef BlockMatrixTraits < ObjectT > | Traits |
typedef Traits::Scalar | Scalar |
Public Member Functions | |
BlockOperand (const ObjectT &o, Scalar s=1) | |
Public Attributes | |
BlockStorage< ObjectT, Traits::is_temporary > ::ConstValue | object |
Scalar | scaling |