STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
|
Routines to measure error of approximation. More...
Functions | |
double | starsh_blrm__dfe (STARSH_blrm *matrix) |
Approximation error in Frobenius norm of double precision matrix. More... | |
double | starsh_blrm__dfe_omp (STARSH_blrm *matrix) |
Approximation error in Frobenius norm of double precision matrix. More... | |
int | starsh_blrm__dca (STARSH_blrm *matrix, Array *A) |
Convert double precision block low-rank matrix to dense Array. More... | |
double | starsh_blrm__dfe_mpi (STARSH_blrm *matrix) |
Approximation error in Frobenius norm of double precision matrix. More... | |
Routines to measure error of approximation.
int starsh_blrm__dca | ( | STARSH_blrm * | matrix, |
Array * | A | ||
) |
Convert double precision block low-rank matrix to dense Array.
Memory for output array must be allocated prior calling this function.
[in] | matrix | Block-wise low-rank matrix. |
[out] | A | Output Array object. |
double starsh_blrm__dfe | ( | STARSH_blrm * | matrix | ) |
Approximation error in Frobenius norm of double precision matrix.
Measure error of approximation of a dense matrix by block-wise low-rank matrix.
[in] | matrix | Block-wise low-rank matrix. |
double starsh_blrm__dfe_mpi | ( | STARSH_blrm * | matrix | ) |
Approximation error in Frobenius norm of double precision matrix.
Measure error of approximation of a dense matrix by block-wise low-rank matrix.
[in] | matrix | Block-wise low-rank matrix. |
double starsh_blrm__dfe_omp | ( | STARSH_blrm * | matrix | ) |
Approximation error in Frobenius norm of double precision matrix.
Measure error of approximation of a dense matrix by block-wise low-rank matrix.
[in] | matrix | Block-wise low-rank matrix. |