numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of sparse_matrix concept. More...
#include <type_traits>
#include <Eigen/SparseCore>
Go to the source code of this file.
Classes | |
struct | num_collect::base::concepts::is_sparse_matrix< T > |
Check whether a type is a sparse matrix. More... | |
struct | num_collect::base::concepts::is_sparse_matrix< Eigen::SparseMatrix< Scalar, Options, StorageIndex > > |
Check whether a type is a sparse matrix. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::base |
Namespace of definitions common in this project. | |
namespace | num_collect::base::concepts |
Namespace of C++ concepts. | |
Concepts | |
concept | num_collect::base::concepts::sparse_matrix |
Concept of sparse matrices. | |
Variables | |
template<typename T > | |
constexpr bool | num_collect::base::concepts::is_sparse_matrix_v = is_sparse_matrix<T>::value |
Check whether a type is a sparse matrix. | |
Definition of sparse_matrix concept.
Definition in file sparse_matrix.h.