|
| template<typename T1 , typename T2 > |
| static void | glue_kron::apply (Mat< typename T1::elem_type > &out, const Glue< T1, T2, glue_kron > &X) |
| | apply Kronecker product for two objects with same element type More...
|
| |
| template<typename eT > |
| static void | glue_kron::direct_kron (Mat< eT > &out, const Mat< eT > &A, const Mat< eT > &B) |
| | both input matrices have the same element type More...
|
| |
| template<typename T > |
| static void | glue_kron::direct_kron (Mat< std::complex< T > > &out, const Mat< std::complex< T > > &A, const Mat< T > &B) |
| | different types of input matrices A -> complex, B -> basic element type More...
|
| |
| template<typename T > |
| static void | glue_kron::direct_kron (Mat< std::complex< T > > &out, const Mat< T > &A, const Mat< std::complex< T > > &B) |
| | different types of input matrices A -> basic element type, B -> complex More...
|
| |