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

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

antidiag(gpuvec< REAL > &v)fml::gpumat< REAL >
any_inf() constfml::gpumat< REAL >
any_nan() const (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
c (defined in fml::gpumat< REAL >)fml::gpumat< REAL >protected
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
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(gpuvec< REAL > &v)fml::gpumat< REAL >
dupe() constfml::gpumat< REAL >
fill_diag(const gpuvec< REAL > &v)fml::gpumat< REAL >
fill_eye()fml::gpumat< REAL >
fill_linspace()fml::gpumat< REAL >
fill_linspace(const REAL start, const REAL stop) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
fill_rnorm(const uint32_t seed, const REAL mean=0, const REAL sd=1)fml::gpumat< REAL >
fill_rnorm(const REAL mean=0, const REAL sd=1)fml::gpumat< REAL >
fill_runif(const uint32_t seed, const REAL min=0, const REAL max=1)fml::gpumat< REAL >
fill_runif(const REAL min=0, const REAL max=1)fml::gpumat< REAL >
fill_val(const REAL v)fml::gpumat< REAL >
fill_zero()fml::gpumat< REAL >
free_data (defined in fml::unimat< REAL >)fml::unimat< REAL >protected
get(const len_t i) constfml::gpumat< REAL >
get(const len_t i, const len_t j) constfml::gpumat< REAL >
get_blockdim() const (defined in fml::gpumat< REAL >)fml::gpumat< REAL >inline
get_card() const (defined in fml::gpumat< REAL >)fml::gpumat< REAL >inline
get_col(const len_t j, gpuvec< REAL > &v) constfml::gpumat< REAL >
get_griddim() const (defined in fml::gpumat< REAL >)fml::gpumat< REAL >inline
get_row(const len_t i, gpuvec< REAL > &v) constfml::gpumat< REAL >
gpumat() (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
gpumat(std::shared_ptr< card > gpu) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
gpumat(std::shared_ptr< card > gpu, len_t nrows, len_t ncols) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
gpumat(std::shared_ptr< card > gpu, REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
gpumat(const gpumat &x) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
info() constfml::gpumat< REAL >
inherit(std::shared_ptr< card > gpu, REAL *data, len_t nrows, len_t ncols, bool free_on_destruct=false)fml::gpumat< REAL >
is_square() constfml::unimat< REAL >inline
m (defined in fml::unimat< REAL >)fml::unimat< REAL >protected
n (defined in fml::unimat< REAL >)fml::unimat< REAL >protected
ncols() constfml::unimat< REAL >inline
nrows() constfml::unimat< REAL >inline
operator!=(const gpumat< REAL > &x) constfml::gpumat< REAL >
operator=(const gpumat< REAL > &x)fml::gpumat< REAL >
operator==(const gpumat< REAL > &x) constfml::gpumat< REAL >
print(uint8_t ndigits=4, bool add_final_blank=true) constfml::gpumat< 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::gpumat< REAL >
resize(std::shared_ptr< card > gpu, len_t nrows, len_t ncols) (defined in fml::gpumat< REAL >)fml::gpumat< REAL >
rev_cols()fml::gpumat< REAL >
rev_rows()fml::gpumat< REAL >
scale(const REAL s)fml::gpumat< REAL >
set(const len_t i, const REAL v)fml::gpumat< REAL >
set(const len_t i, const len_t j, const REAL v)fml::gpumat< REAL >
set_col(const len_t j, const gpuvec< REAL > &v)fml::gpumat< REAL >
set_row(const len_t i, const gpuvec< REAL > &v)fml::gpumat< REAL >
should_free() const (defined in fml::unimat< REAL >)fml::unimat< REAL >inlineprotected
~gpumat() (defined in fml::gpumat< REAL >)fml::gpumat< REAL >