#include <eop_core_proto.hpp>
Static Public Member Functions | |
static arma_inline const char * | error_msg () |
static arma_inline bool | size_ok (const u32 n_rows, const u32 n_cols) |
Definition at line 83 of file eop_core_proto.hpp.
static arma_inline const char* eop_ones_diag::error_msg | ( | ) | [inline, static] |
Reimplemented from eop_core< eop_ones_diag >.
Definition at line 87 of file eop_core_proto.hpp.
{ return "eye(): given size is not square"; }
static arma_inline bool eop_ones_diag::size_ok | ( | const u32 | n_rows, | |
const u32 | n_cols | |||
) | [inline, static] |
Reimplemented from eop_core< eop_ones_diag >.
Definition at line 89 of file eop_core_proto.hpp.
{ return (n_rows == n_cols); }