Classes | Functions
Glue_kron

Classes

class  glue_kron
 

Functions

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...
 

Detailed Description

Function Documentation

template<typename T1 , typename T2 >
void glue_kron::apply ( Mat< typename T1::elem_type > &  out,
const Glue< T1, T2, glue_kron > &  X 
)
inlinestatic

apply Kronecker product for two objects with same element type

Definition at line 112 of file glue_kron_meat.hpp.

template<typename eT >
void glue_kron::direct_kron ( Mat< eT > &  out,
const Mat< eT > &  A,
const Mat< eT > &  B 
)
inlinestatic

both input matrices have the same element type

Definition at line 25 of file glue_kron_meat.hpp.

template<typename T >
void glue_kron::direct_kron ( Mat< std::complex< T > > &  out,
const Mat< std::complex< T > > &  A,
const Mat< T > &  B 
)
inlinestatic

different types of input matrices A -> complex, B -> basic element type

Definition at line 53 of file glue_kron_meat.hpp.

template<typename T >
void glue_kron::direct_kron ( Mat< std::complex< T > > &  out,
const Mat< T > &  A,
const Mat< std::complex< T > > &  B 
)
inlinestatic

different types of input matrices A -> basic element type, B -> complex

Definition at line 85 of file glue_kron_meat.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00