Functions
Fn_kron

Functions

template<typename T1 , typename T2 >
arma_inline const Glue< T1, T2, glue_kronkron (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 More...
 
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 More...
 
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 More...
 

Detailed Description

Function Documentation

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

Definition at line 26 of file fn_kron.hpp.

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 
)
inline

kronecker product of two matrices, with the matrices having different element types

Definition at line 41 of file fn_kron.hpp.

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 
)
inline

kronecker product of two matrices, with the matrices having different element types

Definition at line 70 of file fn_kron.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:31:59