CUDA Networks
Matrix Member List

This is the complete list of members for Matrix, including all inherited members.

add_vector(const Vector &v)Matrix
argmax() constMatrix
copy() constMatrix
divide_scalar(double scalar)Matrix
get_cols() constMatrix
get_data() constMatrix
get_rows() constMatrix
initialize()Matrix
Matrix(int rows, int cols)Matrix
Matrix(const Matrix &other)Matrix
Matrix(Matrix &&other) noexceptMatrix
multiply(const Matrix &other) constMatrix
multiply_elementwise(const Matrix &other) constMatrix
multiply_scalar(double scalar)Matrix
operator=(const Matrix &other)Matrix
operator=(Matrix &&other) noexceptMatrix
preview_image(int row_index, int image_size_x, int image_size_y) constMatrix
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() constMatrix
relu_derivative() constMatrix
select_batch(int start_row, int end_row, int start_col, int end_col) constMatrix
sigmoid() constMatrix
sigmoid_derivative() constMatrix
softmax() constMatrix
subtract(const Matrix &other) constMatrix
sum() constMatrix
transpose() constMatrix
~Matrix()Matrix