fml  0.1-0
Fused Matrix Library
cpumat< REAL > Member List

This is the complete list of members for cpumat< REAL >, including all inherited members.

antidiag(cpuvec< REAL > &v)cpumat< REAL >
any_inf() constcpumat< REAL >
any_nan() constcpumat< REAL >
check_index(const len_t i) const (defined in unimat< REAL >)unimat< REAL >protected
check_index(const len_t i, const len_t j) const (defined in unimat< REAL >)unimat< REAL >protected
cpumat()cpumat< REAL >
cpumat(len_t nrows, len_t ncols)cpumat< REAL >
cpumat(REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false)cpumat< REAL >
cpumat(const cpumat &x) (defined in cpumat< REAL >)cpumat< REAL >
data (defined in unimat< REAL >)unimat< REAL >protected
data_ptr()unimat< REAL >inline
data_ptr() const (defined in unimat< REAL >)unimat< REAL >inline
diag(cpuvec< REAL > &v)cpumat< REAL >
dupe() constcpumat< REAL >
fill_diag(const cpuvec< REAL > &v)cpumat< REAL >
fill_eye()cpumat< REAL >
fill_linspace(const REAL start, const REAL stop)cpumat< REAL >
fill_linspace(const int start, const int stop) (defined in cpumat< REAL >)cpumat< REAL >inline
fill_rnorm(const uint32_t seed, const REAL mean=0, const REAL sd=1)cpumat< REAL >
fill_rnorm(const REAL mean=0, const REAL sd=1)cpumat< REAL >
fill_runif(const uint32_t seed, const REAL min=0, const REAL max=1)cpumat< REAL >
fill_runif(const REAL min=0, const REAL max=1)cpumat< REAL >
fill_val(const REAL v)cpumat< REAL >
fill_zero()cpumat< REAL >
free_data (defined in unimat< REAL >)unimat< REAL >protected
get(const len_t i) constcpumat< REAL >
get(const len_t i, const len_t j) constcpumat< REAL >
get_col(const len_t j, cpuvec< REAL > &v) constcpumat< REAL >
get_row(const len_t i, cpuvec< REAL > &v) constcpumat< REAL >
info() constcpumat< REAL >
inherit(REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false)cpumat< REAL >
is_square() constunimat< REAL >inline
m (defined in unimat< REAL >)unimat< REAL >protected
n (defined in unimat< REAL >)unimat< REAL >protected
ncols() constunimat< REAL >inline
nrows() constunimat< REAL >inline
operator!=(const cpumat< REAL > &x) constcpumat< REAL >
operator=(const cpumat< REAL > &x)cpumat< REAL >
operator==(const cpumat< REAL > &x) constcpumat< REAL >
print(uint8_t ndigits=4, bool add_final_blank=true) constcpumat< REAL >
printval(const REAL val, uint8_t ndigits) const (defined in unimat< REAL >)unimat< REAL >protected
printval(const int val, uint8_t ndigits) const (defined in unimat< REAL >)unimat< REAL >inlineprotected
resize(len_t nrows, len_t ncols)cpumat< REAL >
rev_cols()cpumat< REAL >
rev_rows()cpumat< REAL >
scale(const REAL s)cpumat< REAL >
set(const len_t i, const REAL v)cpumat< REAL >
set(const len_t i, const len_t j, const REAL v)cpumat< REAL >
should_free() const (defined in unimat< REAL >)unimat< REAL >inlineprotected
~cpumat() (defined in cpumat< REAL >)cpumat< REAL >