op_scalar_plus Class Reference
[Op_scalar_misc]

'add scalar to matrix' operation More...

#include <op_scalar_misc_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T1 >
static void apply (Mat< typename T1::elem_type > &out, const Op< T1, op_scalar_plus > &in)
 Add a scalar to all elements of a matrix and store the result in a dense matrix.


Detailed Description

'add scalar to matrix' operation

Definition at line 22 of file op_scalar_misc_proto.hpp.