Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_matrix< Structure, typename > Struct Template Reference

Check whether a structure is considerable a matrix, by checking that it has an operator(), a rows() method and a cols() method. More...

#include <core_traits.h>

+ Inheritance diagram for theoretica::is_matrix< Structure, typename >:

Detailed Description

template<typename Structure, typename = _internal::void_t<>>
struct theoretica::is_matrix< Structure, typename >

Check whether a structure is considerable a matrix, by checking that it has an operator(), a rows() method and a cols() method.


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