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

Utility struct to handle both compile-time and runtime optionally transposed ops. More...

#include <Access.hpp>

Public Types

enum  { runtime_test = 1, runtime_transpose = 0 }
 

Static Public Member Functions

template<typename RhsT , typename ResT , typename Scalar >
static void assign (const RhsT &rhs, ResT &res, const Scalar scale, bool doTranspose)
 

Detailed Description

template<bool RuntimeTest, bool>
struct bogus::BlockTransposeOption< RuntimeTest, bool >

Utility struct to handle both compile-time and runtime optionally transposed ops.


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