|
HLIBpro
3.0
|
Functions | |
| hpro_d_ vector_t hpro_s_ | vector_convert_d (const hpro_s_ vector_t v, int *info) |
| hpro_c_ vector_t hpro_s_ | vector_convert_c (const hpro_s_ vector_t v, int *info) |
| hpro_z_ vector_t hpro_s_ | vector_convert_z (const hpro_s_ vector_t v, int *info) |
| hpro_s_ vector_t hpro_d_ | vector_convert_s (const hpro_d_ vector_t v, int *info) |
| hpro_c_ vector_t hpro_d_ | vector_convert_c (const hpro_d_ vector_t v, int *info) |
| hpro_z_ vector_t hpro_d_ | vector_convert_z (const hpro_d_ vector_t v, int *info) |
| hpro_z_ vector_t hpro_c_ | vector_convert_z (const hpro_c_ vector_t v, int *info) |
| hpro_c_ vector_t hpro_z_ | vector_convert_c (const hpro_z_ vector_t v, int *info) |
Conversion functions between different value types.
| hpro_c_ vector_t hpro_d_ vector_convert_c | ( | const hpro_d_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, double precision vector to complex valued, single precision
| hpro_c_ vector_t hpro_s_ vector_convert_c | ( | const hpro_s_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, single precision vector to complex valued
| hpro_c_ vector_t hpro_z_ vector_convert_c | ( | const hpro_z_ vector_t | v, |
| int * | info | ||
| ) |
convert complex valued, double precision vector to single precision
| hpro_d_ vector_t hpro_s_ vector_convert_d | ( | const hpro_s_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, single precision vector to double precision
| hpro_s_ vector_t hpro_d_ vector_convert_s | ( | const hpro_d_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, double precision vector to single precision
| hpro_z_ vector_t hpro_c_ vector_convert_z | ( | const hpro_c_ vector_t | v, |
| int * | info | ||
| ) |
convert complex valued, single precision vector to double precision
| hpro_z_ vector_t hpro_d_ vector_convert_z | ( | const hpro_d_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, double precision vector to complex valued
| hpro_z_ vector_t hpro_s_ vector_convert_z | ( | const hpro_s_ vector_t | v, |
| int * | info | ||
| ) |
convert real valued, single precision vector to complex valued, double precision