op_zeros Class Reference
[Op_zeros]

generate matrix/vector with all elements set to zero More...

#include <op_zeros_proto.hpp>

List of all members.

Static Public Member Functions

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


Detailed Description

generate matrix/vector with all elements set to zero

Definition at line 22 of file op_zeros_proto.hpp.