#include "blas_dense.h"#include <stdint.h>Functions | |
| void | BLAS_dtrsv (enum blas_order_type order, enum blas_uplo_type uplo, enum blas_trans_type trans, enum blas_diag_type diag, int64_t n, double alpha, const double *restrict t, int64_t ldt, double *restrict x, int64_t incx) |
| void BLAS_dtrsv | ( | enum blas_order_type | order, | |
| enum blas_uplo_type | uplo, | |||
| enum blas_trans_type | trans, | |||
| enum blas_diag_type | diag, | |||
| int64_t | n, | |||
| double | alpha, | |||
| const double *restrict | t, | |||
| int64_t | ldt, | |||
| double *restrict | x, | |||
| int64_t | incx | |||
| ) |
1.6.3