matrix.hpp File Reference
#include <array>
#include <tuple>
#include <nil/crypto3/detail/assert.hpp>
#include <nil/crypto3/algebra/vector/utility.hpp>
#include <nil/crypto3/algebra/vector/vector.hpp>
+ Include dependency graph for matrix.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nil::crypto3::algebra::matrix< T, N, M >
 A container representing a matrix. More...
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::algebra
 

Functions

matrix deduction guides
template<typename T , std::size_t M, std::size_t N>
 nil::crypto3::algebra::matrix (const T(&)[M][N]) -> matrix< T, M, N >
 deduction guide for aggregate initialization More...