ezarpack/storages/base.hpp - definition of storage_traits structure¶
-
template<typename Backend>
struct storage_traits¶ Specializations of this traits structure describe the way ezarpack::arpack_solver class makes use of a particular vector/matrix algebra library. The primary template cannot be instantiated, unless there is a valid specialization for the requested tag type
Backend.- Template Parameters:
Backend – A tag type denoting a storage backend (vector/matrix algebra library).