Static Public Member Functions

glue_kron Class Reference
[Glue_kron]

#include <glue_kron_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static void direct_kron (Mat< eT > &out, const Mat< eT > &A, const Mat< eT > &B)
 //! both input matrices have the same element type
template<typename T >
static void 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
template<typename T >
static void 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
template<typename T1 , typename T2 >
static void apply (Mat< typename T1::elem_type > &out, const Glue< T1, T2, glue_kron > &X)
 //! apply Kronecker product for two objects with same element type

Detailed Description

Definition at line 24 of file glue_kron_proto.hpp.