ViennaCL - The Vienna Computing Library
1.5.1
|
Specialization of a scalar expression for norm_frobenius. Allows for a final reduction on the CPU. More...
#include <scalar.hpp>
Public Types | |
typedef viennacl::result_of::cpu_value_type < LHS >::type | ScalarType |
Public Member Functions | |
scalar_expression (LHS &lhs, RHS &rhs) | |
LHS & | lhs () const |
Returns the left hand side operand. More... | |
RHS & | rhs () const |
Returns the left hand side operand. More... | |
operator ScalarType () const | |
Conversion operator to a ViennaCL scalar. More... | |
Specialization of a scalar expression for norm_frobenius. Allows for a final reduction on the CPU.
LHS | The left hand side operand |
RHS | The right hand side operand |
typedef viennacl::result_of::cpu_value_type<LHS>::type ScalarType |
|
inline |
|
inline |
Returns the left hand side operand.
|
inline |
Conversion operator to a ViennaCL scalar.
|
inline |
Returns the left hand side operand.