![]() |
My Project
|
Functions | |
| template<unsigned int Precision> | |
| void | applyrotationsfromtheleft (bool isforward, int m1, int m2, int n1, int n2, const ap::template_1d_array< amp::ampf< Precision > > &c, const ap::template_1d_array< amp::ampf< Precision > > &s, ap::template_2d_array< amp::ampf< Precision > > &a, ap::template_1d_array< amp::ampf< Precision > > &work) |
| template<unsigned int Precision> | |
| void | applyrotationsfromtheright (bool isforward, int m1, int m2, int n1, int n2, const ap::template_1d_array< amp::ampf< Precision > > &c, const ap::template_1d_array< amp::ampf< Precision > > &s, ap::template_2d_array< amp::ampf< Precision > > &a, ap::template_1d_array< amp::ampf< Precision > > &work) |
| template<unsigned int Precision> | |
| void | generaterotation (amp::ampf< Precision > f, amp::ampf< Precision > g, amp::ampf< Precision > &cs, amp::ampf< Precision > &sn, amp::ampf< Precision > &r) |
| void rotations::applyrotationsfromtheleft | ( | bool | isforward, |
| int | m1, | ||
| int | m2, | ||
| int | n1, | ||
| int | n2, | ||
| const ap::template_1d_array< amp::ampf< Precision > > & | c, | ||
| const ap::template_1d_array< amp::ampf< Precision > > & | s, | ||
| ap::template_2d_array< amp::ampf< Precision > > & | a, | ||
| ap::template_1d_array< amp::ampf< Precision > > & | work | ||
| ) |
Definition at line 100 of file rotations.h.
| void rotations::applyrotationsfromtheright | ( | bool | isforward, |
| int | m1, | ||
| int | m2, | ||
| int | n1, | ||
| int | n2, | ||
| const ap::template_1d_array< amp::ampf< Precision > > & | c, | ||
| const ap::template_1d_array< amp::ampf< Precision > > & | s, | ||
| ap::template_2d_array< amp::ampf< Precision > > & | a, | ||
| ap::template_1d_array< amp::ampf< Precision > > & | work | ||
| ) |
Definition at line 238 of file rotations.h.
| void rotations::generaterotation | ( | amp::ampf< Precision > | f, |
| amp::ampf< Precision > | g, | ||
| amp::ampf< Precision > & | cs, | ||
| amp::ampf< Precision > & | sn, | ||
| amp::ampf< Precision > & | r | ||
| ) |
Definition at line 355 of file rotations.h.