![]() |
My Project
|
Functions | |
template<unsigned int Precision> | |
bool | testsvd (bool silent) |
template<unsigned int Precision> | |
void | fillsparsea (ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, amp::ampf< Precision > sparcity) |
template<unsigned int Precision> | |
void | getsvderror (const ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, const ap::template_2d_array< amp::ampf< Precision > > &u, const ap::template_1d_array< amp::ampf< Precision > > &w, const ap::template_2d_array< amp::ampf< Precision > > &vt, amp::ampf< Precision > &materr, amp::ampf< Precision > &orterr, bool &wsorted) |
template<unsigned int Precision> | |
void | testsvdproblem (const ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, amp::ampf< Precision > &materr, amp::ampf< Precision > &orterr, amp::ampf< Precision > &othererr, bool &wsorted, bool &wfailed) |
template<unsigned int Precision> | |
bool | testsvdunit_test_silent () |
template<unsigned int Precision> | |
bool | testsvdunit_test () |
Variables | |
STATIC_VAR int | failcount |
STATIC_VAR int | succcount |
void testsvdunit::fillsparsea | ( | ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
amp::ampf< Precision > | sparcity ) |
Definition at line 239 of file testsvdunit.h.
void testsvdunit::getsvderror | ( | const ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
const ap::template_2d_array< amp::ampf< Precision > > & | u, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | w, | ||
const ap::template_2d_array< amp::ampf< Precision > > & | vt, | ||
amp::ampf< Precision > & | materr, | ||
amp::ampf< Precision > & | orterr, | ||
bool & | wsorted ) |
Definition at line 266 of file testsvdunit.h.
Definition at line 58 of file testsvdunit.h.
void testsvdunit::testsvdproblem | ( | const ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
amp::ampf< Precision > & | materr, | ||
amp::ampf< Precision > & | orterr, | ||
amp::ampf< Precision > & | othererr, | ||
bool & | wsorted, | ||
bool & | wfailed ) |
Definition at line 348 of file testsvdunit.h.
Definition at line 467 of file testsvdunit.h.
Definition at line 453 of file testsvdunit.h.
STATIC_VAR int testsvdunit::failcount |
Definition at line 50 of file testsvdunit.h.
STATIC_VAR int testsvdunit::succcount |
Definition at line 51 of file testsvdunit.h.