My Project
|
Functions | |
template<unsigned int Precision> | |
void | rmatrixlq (ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, ap::template_1d_array< amp::ampf< Precision > > &tau) |
template<unsigned int Precision> | |
void | rmatrixlqunpackq (const ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tau, int qrows, ap::template_2d_array< amp::ampf< Precision > > &q) |
template<unsigned int Precision> | |
void | rmatrixlqunpackl (const ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, ap::template_2d_array< amp::ampf< Precision > > &l) |
template<unsigned int Precision> | |
void | lqdecomposition (ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, ap::template_1d_array< amp::ampf< Precision > > &tau) |
template<unsigned int Precision> | |
void | unpackqfromlq (const ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tau, int qrows, ap::template_2d_array< amp::ampf< Precision > > &q) |
template<unsigned int Precision> | |
void | lqdecompositionunpacked (ap::template_2d_array< amp::ampf< Precision > > a, int m, int n, ap::template_2d_array< amp::ampf< Precision > > &l, ap::template_2d_array< amp::ampf< Precision > > &q) |
void lq::lqdecomposition | ( | ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
ap::template_1d_array< amp::ampf< Precision > > & | tau | ||
) |
Definition at line 288 of file lq.h.
void lq::lqdecompositionunpacked | ( | ap::template_2d_array< amp::ampf< Precision > > | a, |
int | m, | ||
int | n, | ||
ap::template_2d_array< amp::ampf< Precision > > & | l, | ||
ap::template_2d_array< amp::ampf< Precision > > & | q | ||
) |
Definition at line 408 of file lq.h.
void lq::rmatrixlq | ( | ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
ap::template_1d_array< amp::ampf< Precision > > & | tau | ||
) |
Definition at line 113 of file lq.h.
void lq::rmatrixlqunpackl | ( | const ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
ap::template_2d_array< amp::ampf< Precision > > & | l | ||
) |
void lq::rmatrixlqunpackq | ( | const ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tau, | ||
int | qrows, | ||
ap::template_2d_array< amp::ampf< Precision > > & | q | ||
) |
Definition at line 177 of file lq.h.
void lq::unpackqfromlq | ( | const ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tau, | ||
int | qrows, | ||
ap::template_2d_array< amp::ampf< Precision > > & | q | ||
) |
Definition at line 342 of file lq.h.