$search

Fn_kron

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

Function Documentation

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.

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

kronecker product of two matrices, with the matrices having the same element type

Definition at line 26 of file fn_kron.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Mar 5 12:27:51 2013