$search
Functions | |
template<typename T , typename T1 , typename T2 > | |
Mat< typename eT_promoter< T1, T2 >::eT > | kron (const Base< T, T1 > &X, const Base< std::complex< T >, T2 > &Y) |
kronecker product of two matrices, with the matrices having different element types | |
template<typename T , typename T1 , typename T2 > | |
Mat< typename eT_promoter< T1, T2 >::eT > | kron (const Base< std::complex< T >, T1 > &X, const Base< T, T2 > &Y) |
kronecker product of two matrices, with the matrices having different element types | |
template<typename T1 , typename T2 > | |
arma_inline const Glue< T1, T2, glue_kron > | kron (const Base< typename T1::elem_type, T1 > &A, const Base< typename T1::elem_type, T2 > &B) |
kronecker product of two matrices, with the matrices having the same element type |
Mat<typename eT_promoter<T1,T2>::eT> kron | ( | const Base< T, T1 > & | X, | |
const Base< std::complex< T >, T2 > & | Y | |||
) | [inline] |
kronecker product of two matrices, with the matrices having different element types
Definition at line 70 of file fn_kron.hpp.
Mat<typename eT_promoter<T1,T2>::eT> kron | ( | const Base< std::complex< T >, T1 > & | X, | |
const Base< T, T2 > & | Y | |||
) | [inline] |
kronecker product of two matrices, with the matrices having different element types
Definition at line 41 of file fn_kron.hpp.
arma_inline const Glue<T1,T2,glue_kron> kron | ( | const Base< typename T1::elem_type, T1 > & | A, | |
const Base< typename T1::elem_type, T2 > & | B | |||
) | [inline] |
kronecker product of two matrices, with the matrices having the same element type
Definition at line 26 of file fn_kron.hpp.