average(const matrix< X > &weights) const | cppmat::matrix< X > | |
begin() | cppmat::matrix< X > | |
begin() const | cppmat::matrix< X > | |
chdim(size_t ndim) | cppmat::matrix< X > | |
data() | cppmat::matrix< X > | |
data() const | cppmat::matrix< X > | |
end() | cppmat::matrix< X > | |
end() const | cppmat::matrix< X > | |
matrix() | cppmat::matrix< X > | inline |
matrix(const std::vector< size_t > &shape) | cppmat::matrix< X > | |
matrix(const std::vector< size_t > &shape, X D) | cppmat::matrix< X > | |
matrix(const std::vector< size_t > &shape, Iterator first, Iterator last) | cppmat::matrix< X > | |
max() const | cppmat::matrix< X > | |
mean() const | cppmat::matrix< X > | |
min() const | cppmat::matrix< X > | |
ndim() const | cppmat::matrix< X > | |
ones() | cppmat::matrix< X > | |
operator()(size_t a) | cppmat::matrix< X > | |
operator()(size_t a) const | cppmat::matrix< X > | |
operator()(size_t a, size_t b) | cppmat::matrix< X > | |
operator()(size_t a, size_t b) const | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c) | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c) const | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d) | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d) const | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d, size_t e) | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d, size_t e) const | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d, size_t e, size_t f) | cppmat::matrix< X > | |
operator()(size_t a, size_t b, size_t c, size_t d, size_t e, size_t f) const | cppmat::matrix< X > | |
operator*=(const matrix< X > &B) | cppmat::matrix< X > | |
operator*=(const X &B) | cppmat::matrix< X > | |
operator+=(const matrix< X > &B) | cppmat::matrix< X > | |
operator+=(const X &B) | cppmat::matrix< X > | |
operator-=(const matrix< X > &B) | cppmat::matrix< X > | |
operator-=(const X &B) | cppmat::matrix< X > | |
operator/=(const matrix< X > &B) | cppmat::matrix< X > | |
operator/=(const X &B) | cppmat::matrix< X > | |
operator[](size_t i) | cppmat::matrix< X > | |
operator[](size_t i) const | cppmat::matrix< X > | |
printf(std::string fmt) const | cppmat::matrix< X > | |
reshape(const std::vector< size_t > &shape) | cppmat::matrix< X > | |
resize(const std::vector< size_t > &shape) | cppmat::matrix< X > | |
setConstant(X D) | cppmat::matrix< X > | |
setOnes() | cppmat::matrix< X > | |
setZero() | cppmat::matrix< X > | |
shape(size_t i) const | cppmat::matrix< X > | |
shape() const | cppmat::matrix< X > | |
size() const | cppmat::matrix< X > | |
strides(bool bytes=false) const | cppmat::matrix< X > | |
sum() const | cppmat::matrix< X > | |
zeros() | cppmat::matrix< X > | |