numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::is_sparse_matrix< T > Struct Template Reference

Check whether a type is a sparse matrix. More...

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

+ Inheritance diagram for num_collect::base::concepts::is_sparse_matrix< T >:
+ Collaboration diagram for num_collect::base::concepts::is_sparse_matrix< T >:

Detailed Description

template<typename T>
struct num_collect::base::concepts::is_sparse_matrix< T >

Check whether a type is a sparse matrix.

Template Parameters
TType.

Definition at line 36 of file sparse_matrix.h.


The documentation for this struct was generated from the following file: