Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
template<matrix_order O, matrix_style S>
Kronecker multiply this Matrix by another. This method computes the Kronecker product of this Matrix and M, and sets the value of this Matrix to the result. Kronecker multiplication always causes a Matrix to detach() from its current view, because it generally requires a resize().
Referenced by scythe::kronecker(). |