xerus
a general purpose tensor library
|
#include <cholmod_wrapper.h>
Public Member Functions | |
RestrictedAccess (cholmod_common *const _c, std::mutex &_lock) | |
~RestrictedAccess () | |
operator cholmod_common * () const | |
Public Attributes | |
cholmod_common *const | c |
std::mutex & | lock |
Definition at line 44 of file cholmod_wrapper.h.
xerus::internal::CholmodCommon::RestrictedAccess::RestrictedAccess | ( | cholmod_common *const | _c, |
std::mutex & | _lock | ||
) |
Definition at line 36 of file cholmod_wrapper.cpp.
xerus::internal::CholmodCommon::RestrictedAccess::~RestrictedAccess | ( | ) |
Definition at line 46 of file cholmod_wrapper.cpp.
xerus::internal::CholmodCommon::RestrictedAccess::operator cholmod_common * | ( | ) | const |
Definition at line 42 of file cholmod_wrapper.cpp.
cholmod_common* const xerus::internal::CholmodCommon::RestrictedAccess::c |
Definition at line 45 of file cholmod_wrapper.h.
std::mutex& xerus::internal::CholmodCommon::RestrictedAccess::lock |
Definition at line 46 of file cholmod_wrapper.h.