numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::sparse_matrix Concept Reference

Concept of sparse matrices. More...

#include <num_collect/base/concepts/sparse_matrix.h>

Concept definition

template<typename T>
constexpr bool is_sparse_matrix_v
Check whether a type is a sparse matrix.

Detailed Description

Concept of sparse matrices.

Template Parameters
TType.

Definition at line 63 of file sparse_matrix.h.