So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::SparseBlockMatrixOpProxy< true, true, double, MKL_INT > Struct Template Reference

Public Types

typedef double Scalar
 

Static Public Member Functions

template<bool Transpose, typename Derived , typename RhsT , typename ResT >
static void multiply (const SparseBlockMatrixBase< Derived > &matrix, const RhsT &rhs, ResT &res, Scalar alpha, Scalar beta)
 
template<typename Derived , typename RhsT , typename ResT >
static void splitRowMultiply (const SparseBlockMatrixBase< Derived > &matrix, typename Derived::Index row, const RhsT &rhs, ResT &res)
 

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