![]() |
My Project
|
| 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 | ||
| ) |
| 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 | ||
| ) |
| 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 | ||
| ) |