My Project
|
Functions | |
template<unsigned int Precision> | |
void | generatereflection (ap::template_1d_array< amp::ampf< Precision > > &x, int n, amp::ampf< Precision > &tau) |
template<unsigned int Precision> | |
void | applyreflectionfromtheleft (ap::template_2d_array< amp::ampf< Precision > > &c, amp::ampf< Precision > tau, const ap::template_1d_array< amp::ampf< Precision > > &v, int m1, int m2, int n1, int n2, ap::template_1d_array< amp::ampf< Precision > > &work) |
template<unsigned int Precision> | |
void | applyreflectionfromtheright (ap::template_2d_array< amp::ampf< Precision > > &c, amp::ampf< Precision > tau, const ap::template_1d_array< amp::ampf< Precision > > &v, int m1, int m2, int n1, int n2, ap::template_1d_array< amp::ampf< Precision > > &work) |
void reflections::applyreflectionfromtheleft | ( | ap::template_2d_array< amp::ampf< Precision > > & | c, |
amp::ampf< Precision > | tau, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | v, | ||
int | m1, | ||
int | m2, | ||
int | n1, | ||
int | n2, | ||
ap::template_1d_array< amp::ampf< Precision > > & | work | ||
) |
Definition at line 207 of file reflections.h.
void reflections::applyreflectionfromtheright | ( | ap::template_2d_array< amp::ampf< Precision > > & | c, |
amp::ampf< Precision > | tau, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | v, | ||
int | m1, | ||
int | m2, | ||
int | n1, | ||
int | n2, | ||
ap::template_1d_array< amp::ampf< Precision > > & | work | ||
) |
Definition at line 280 of file reflections.h.
void reflections::generatereflection | ( | ap::template_1d_array< amp::ampf< Precision > > & | x, |
int | n, | ||
amp::ampf< Precision > & | tau | ||
) |
Definition at line 112 of file reflections.h.