Add isMKLAllocated function to Matrix
This commit is contained in:
@@ -182,6 +182,8 @@ namespace Aurora {
|
||||
|
||||
bool isVector() const;
|
||||
|
||||
bool isMKLAllocated() const;
|
||||
|
||||
/**
|
||||
* Get dimension count of the matrix
|
||||
* @return dimension count
|
||||
@@ -241,6 +243,7 @@ namespace Aurora {
|
||||
ValueType mValueType = Normal;
|
||||
std::shared_ptr<double> mData;
|
||||
std::vector<int> mInfo;
|
||||
bool mMKL_Allocated = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user