CUDA Networks
|
This is the complete list of members for Matrix, including all inherited members.
add_vector(const Vector &v) | Matrix | |
argmax() const | Matrix | |
copy() const | Matrix | |
divide_scalar(double scalar) | Matrix | |
get_cols() const | Matrix | |
get_data() const | Matrix | |
get_rows() const | Matrix | |
initialize() | Matrix | |
Matrix(int rows, int cols) | Matrix | |
Matrix(const Matrix &other) | Matrix | |
Matrix(Matrix &&other) noexcept | Matrix | |
multiply(const Matrix &other) const | Matrix | |
multiply_elementwise(const Matrix &other) const | Matrix | |
multiply_scalar(double scalar) | Matrix | |
operator=(const Matrix &other) | Matrix | |
operator=(Matrix &&other) noexcept | Matrix | |
preview_image(int row_index, int image_size_x, int image_size_y) const | Matrix | |
print(int decimals) | Matrix | |
randomize() | Matrix | |
read_csv(const char *filename) | Matrix | |
read_csv_limited(const char *filename, int startRow, int endRow, int fileRows, int fileCols) | Matrix | |
relu() const | Matrix | |
relu_derivative() const | Matrix | |
select_batch(int start_row, int end_row, int start_col, int end_col) const | Matrix | |
sigmoid() const | Matrix | |
sigmoid_derivative() const | Matrix | |
softmax() const | Matrix | |
subtract(const Matrix &other) const | Matrix | |
sum() const | Matrix | |
transpose() const | Matrix | |
~Matrix() | Matrix |