CUDA Networks
Classes
matrix.h File Reference

Defines the Matrix class for GPU-accelerated matrix operations. More...

#include <stdexcept>
#include <string>
#include "vector.h"
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix
 Represents a matrix with GPU-accelerated operations. More...
 

Detailed Description

Defines the Matrix class for GPU-accelerated matrix operations.

Definition in file matrix.h.