![]() |
fml
0.1-0
Fused Matrix Library
|
This is the complete list of members for fml::cpumat< REAL >, including all inherited members.
antidiag(cpuvec< REAL > &v) | fml::cpumat< REAL > | |
any_inf() const | fml::cpumat< REAL > | |
any_nan() const | fml::cpumat< REAL > | |
check_index(const len_t i) const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
check_index(const len_t i, const len_t j) const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
cpumat() | fml::cpumat< REAL > | |
cpumat(len_t nrows, len_t ncols) | fml::cpumat< REAL > | |
cpumat(REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false) | fml::cpumat< REAL > | |
cpumat(cpumat &&x) (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | |
cpumat(const cpumat &x) (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | |
data (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
data_ptr() | fml::unimat< REAL > | inline |
data_ptr() const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | inline |
diag(cpuvec< REAL > &v) | fml::cpumat< REAL > | |
dont_free_on_destruct() (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | inlineprotected |
dupe() const | fml::cpumat< REAL > | |
fill_diag(const cpuvec< REAL > &v) | fml::cpumat< REAL > | |
fill_eye() | fml::cpumat< REAL > | |
fill_linspace() | fml::cpumat< REAL > | |
fill_linspace(const REAL start, const REAL stop) (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | |
fill_linspace(const int start, const int stop) (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | inline |
fill_rnorm(const uint32_t seed, const REAL mean=0, const REAL sd=1) | fml::cpumat< REAL > | |
fill_rnorm(const REAL mean=0, const REAL sd=1) | fml::cpumat< REAL > | |
fill_runif(const uint32_t seed, const REAL min=0, const REAL max=1) | fml::cpumat< REAL > | |
fill_runif(const REAL min=0, const REAL max=1) | fml::cpumat< REAL > | |
fill_val(const REAL v) | fml::cpumat< REAL > | |
fill_zero() | fml::cpumat< REAL > | |
free_data (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
free_on_destruct() const (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > | inlineprotected |
get(const len_t i) const | fml::cpumat< REAL > | |
get(const len_t i, const len_t j) const | fml::cpumat< REAL > | |
get_col(const len_t j, cpuvec< REAL > &v) const | fml::cpumat< REAL > | |
get_row(const len_t i, cpuvec< REAL > &v) const | fml::cpumat< REAL > | |
info() const | fml::cpumat< REAL > | |
inherit(REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false) | fml::cpumat< REAL > | |
inherit(cpumat< REAL > &data) | fml::cpumat< REAL > | |
is_square() const | fml::unimat< REAL > | inline |
m (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
n (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
ncols() const | fml::unimat< REAL > | inline |
nrows() const | fml::unimat< REAL > | inline |
operator!=(const cpumat< REAL > &x) const | fml::cpumat< REAL > | |
operator=(cpumat< REAL > &x) | fml::cpumat< REAL > | |
operator=(const cpumat< REAL > &x) | fml::cpumat< REAL > | |
operator==(const cpumat< REAL > &x) const | fml::cpumat< REAL > | |
print(uint8_t ndigits=4, bool add_final_blank=true) const | fml::cpumat< REAL > | |
printval(const REAL val, uint8_t ndigits) const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | protected |
printval(const int val, uint8_t ndigits) const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | inlineprotected |
resize(len_t nrows, len_t ncols) | fml::cpumat< REAL > | |
rev_cols() | fml::cpumat< REAL > | |
rev_rows() | fml::cpumat< REAL > | |
scale(const REAL s) | fml::cpumat< REAL > | |
set(const len_t i, const REAL v) | fml::cpumat< REAL > | |
set(const len_t i, const len_t j, const REAL v) | fml::cpumat< REAL > | |
set_col(const len_t i, const cpuvec< REAL > &v) | fml::cpumat< REAL > | |
set_row(const len_t i, const cpuvec< REAL > &v) | fml::cpumat< REAL > | |
should_free() const (defined in fml::unimat< REAL >) | fml::unimat< REAL > | inlineprotected |
~cpumat() (defined in fml::cpumat< REAL >) | fml::cpumat< REAL > |