lin
Functions
diagonal.hpp File Reference
#include "stream_diagonal.hpp"
#include "../core.hpp"
#include <limits>
#include <type_traits>

Go to the source code of this file.

Functions

template<class D , typename = std::enable_if_t<internal::conjunction< internal::is_matrix<D>, internal::is_square<D>>::value>>
constexpr auto lin::diag (internal::Stream< D > const &stream)
 Creates a diagonal stream reference from the given stream. More...
 

Detailed Description

Author
Kyle Krol