mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
mal_math::AnyMat Concept Reference

Concept to determine if a type is any kind of matrix. More...

#include "math-common.hpp"

Concept definition

template<class T>
Concept to determine if a type is any kind of matrix.
constexpr bool is_mat_v
Boolean value which is true if the given type is a matrix.

Detailed Description

Concept to determine if a type is any kind of matrix.

Definition at line 185 of file math-common.hpp.