op_ones_full Class Reference
[Op_ones]

Class for creation of a dense matrix/vector with all elements set to one. More...

#include <op_ones_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static void apply (Mat< eT > &out, const Op< Mat< eT >, op_ones_full > &in)
template<typename eT >
static void apply (Mat< eT > &out, const Op< Col< eT >, op_ones_full > &in)
template<typename eT >
static void apply (Mat< eT > &out, const Op< Row< eT >, op_ones_full > &in)
template<typename eT >
static void apply (Col< eT > &out, const Op< Col< eT >, op_ones_full > &in)
template<typename eT >
static void apply (Row< eT > &out, const Op< Row< eT >, op_ones_full > &in)


Detailed Description

Class for creation of a dense matrix/vector with all elements set to one.

Definition at line 21 of file op_ones_proto.hpp.