So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
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) |
Utility struct to handle both compile-time and runtime optionally transposed ops.