MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ArrayVariableInterface

Class ArrayVariableInterface

src/library/tools/ktest/var.h:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90};
91
92class ArrayVariableInterface : public Variable {
93public:
94 virtual bool isMatrix() = 0;
95 virtual bool isVector() = 0;
96 virtual ~ArrayVariableInterface() {}
97};
98
99/**
100 * @internal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected