1.6.1. Platform Types

1.6.1.1. chase::platform Namespace

namespace platform
struct CPU
#include <matrix.hpp>

Represents the CPU platform.

This structure is used to specify that an operation or matrix class is targeting the CPU platform.

struct GPU
#include <matrix.hpp>

Represents the GPU platform.

This structure is used to specify that an operation or matrix class is targeting the GPU platform.