#include <cml/et/traits.h>
#include <cml/et/size_checking.h>
#include <cml/et/scalar_ops.h>
Go to the source code of this file.
Classes | |
class | cml::et::detail::MatrixAssignmentUnroller< OpT, E, AT, BO, L, SrcT > |
Unroll a binary assignment operator on a fixed-size matrix. More... | |
Namespaces | |
namespace | cml |
namespace | cml::et |
namespace | cml::et::detail |
Functions | |
template<class OpT , class SrcT , typename E , class AT , typename BO , typename L > | |
void | cml::et::UnrollAssignment (cml::matrix< E, AT, BO, L > &dest, const SrcT &src) |
This constructs an assignment unroller for fixed-size arrays. |
Definition in file matrix_unroller.h.