![]() |
My Project
UNKNOWN_GIT_VERSION
|
Functions | |
template<unsigned int Precision> | |
void | rmatrixbd (ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, ap::template_1d_array< amp::ampf< Precision > > &tauq, ap::template_1d_array< amp::ampf< Precision > > &taup) |
template<unsigned int Precision> | |
void | rmatrixbdunpackq (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tauq, int qcolumns, ap::template_2d_array< amp::ampf< Precision > > &q) |
template<unsigned int Precision> | |
void | rmatrixbdmultiplybyq (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tauq, ap::template_2d_array< amp::ampf< Precision > > &z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
template<unsigned int Precision> | |
void | rmatrixbdunpackpt (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &taup, int ptrows, ap::template_2d_array< amp::ampf< Precision > > &pt) |
template<unsigned int Precision> | |
void | rmatrixbdmultiplybyp (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &taup, ap::template_2d_array< amp::ampf< Precision > > &z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
template<unsigned int Precision> | |
void | rmatrixbdunpackdiagonals (const ap::template_2d_array< amp::ampf< Precision > > &b, int m, int n, bool &isupper, ap::template_1d_array< amp::ampf< Precision > > &d, ap::template_1d_array< amp::ampf< Precision > > &e) |
template<unsigned int Precision> | |
void | tobidiagonal (ap::template_2d_array< amp::ampf< Precision > > &a, int m, int n, ap::template_1d_array< amp::ampf< Precision > > &tauq, ap::template_1d_array< amp::ampf< Precision > > &taup) |
template<unsigned int Precision> | |
void | unpackqfrombidiagonal (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tauq, int qcolumns, ap::template_2d_array< amp::ampf< Precision > > &q) |
template<unsigned int Precision> | |
void | multiplybyqfrombidiagonal (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &tauq, ap::template_2d_array< amp::ampf< Precision > > &z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
template<unsigned int Precision> | |
void | unpackptfrombidiagonal (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &taup, int ptrows, ap::template_2d_array< amp::ampf< Precision > > &pt) |
template<unsigned int Precision> | |
void | multiplybypfrombidiagonal (const ap::template_2d_array< amp::ampf< Precision > > &qp, int m, int n, const ap::template_1d_array< amp::ampf< Precision > > &taup, ap::template_2d_array< amp::ampf< Precision > > &z, int zrows, int zcolumns, bool fromtheright, bool dotranspose) |
template<unsigned int Precision> | |
void | unpackdiagonalsfrombidiagonal (const ap::template_2d_array< amp::ampf< Precision > > &b, int m, int n, bool &isupper, ap::template_1d_array< amp::ampf< Precision > > &d, ap::template_1d_array< amp::ampf< Precision > > &e) |
void bidiagonal::multiplybypfrombidiagonal | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | taup, | ||
ap::template_2d_array< amp::ampf< Precision > > & | z, | ||
int | zrows, | ||
int | zcolumns, | ||
bool | fromtheright, | ||
bool | dotranspose | ||
) |
Definition at line 1306 of file bidiagonal.h.
void bidiagonal::multiplybyqfrombidiagonal | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
ap::template_2d_array< amp::ampf< Precision > > & | z, | ||
int | zrows, | ||
int | zcolumns, | ||
bool | fromtheright, | ||
bool | dotranspose | ||
) |
Definition at line 1091 of file bidiagonal.h.
void bidiagonal::rmatrixbd | ( | ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
ap::template_1d_array< amp::ampf< Precision > > & | taup | ||
) |
Definition at line 230 of file bidiagonal.h.
void bidiagonal::rmatrixbdmultiplybyp | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | taup, | ||
ap::template_2d_array< amp::ampf< Precision > > & | z, | ||
int | zrows, | ||
int | zcolumns, | ||
bool | fromtheright, | ||
bool | dotranspose | ||
) |
Definition at line 685 of file bidiagonal.h.
void bidiagonal::rmatrixbdmultiplybyq | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
ap::template_2d_array< amp::ampf< Precision > > & | z, | ||
int | zrows, | ||
int | zcolumns, | ||
bool | fromtheright, | ||
bool | dotranspose | ||
) |
void bidiagonal::rmatrixbdunpackdiagonals | ( | const ap::template_2d_array< amp::ampf< Precision > > & | b, |
int | m, | ||
int | n, | ||
bool & | isupper, | ||
ap::template_1d_array< amp::ampf< Precision > > & | d, | ||
ap::template_1d_array< amp::ampf< Precision > > & | e | ||
) |
Definition at line 841 of file bidiagonal.h.
void bidiagonal::rmatrixbdunpackpt | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | taup, | ||
int | ptrows, | ||
ap::template_2d_array< amp::ampf< Precision > > & | pt | ||
) |
Definition at line 611 of file bidiagonal.h.
void bidiagonal::rmatrixbdunpackq | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
int | qcolumns, | ||
ap::template_2d_array< amp::ampf< Precision > > & | q | ||
) |
Definition at line 384 of file bidiagonal.h.
void bidiagonal::tobidiagonal | ( | ap::template_2d_array< amp::ampf< Precision > > & | a, |
int | m, | ||
int | n, | ||
ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
ap::template_1d_array< amp::ampf< Precision > > & | taup | ||
) |
Definition at line 886 of file bidiagonal.h.
void bidiagonal::unpackdiagonalsfrombidiagonal | ( | const ap::template_2d_array< amp::ampf< Precision > > & | b, |
int | m, | ||
int | n, | ||
bool & | isupper, | ||
ap::template_1d_array< amp::ampf< Precision > > & | d, | ||
ap::template_1d_array< amp::ampf< Precision > > & | e | ||
) |
Definition at line 1449 of file bidiagonal.h.
void bidiagonal::unpackptfrombidiagonal | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | taup, | ||
int | ptrows, | ||
ap::template_2d_array< amp::ampf< Precision > > & | pt | ||
) |
Definition at line 1232 of file bidiagonal.h.
void bidiagonal::unpackqfrombidiagonal | ( | const ap::template_2d_array< amp::ampf< Precision > > & | qp, |
int | m, | ||
int | n, | ||
const ap::template_1d_array< amp::ampf< Precision > > & | tauq, | ||
int | qcolumns, | ||
ap::template_2d_array< amp::ampf< Precision > > & | q | ||
) |
Definition at line 1017 of file bidiagonal.h.