stdBLAS
stdBLAS copied to clipboard
P1673: In-place triangular matrix-vector product: missing impl
is currently missing
Good catch! : - ) This is certainly related to https://github.com/kokkos/stdBLAS/issues/150 .
@fnrizzi I believe that the following functions are missing the in-place interface as well: triangular_matrix_vector_solve triangular_matrix_matrix_left_solve triangular_matrix_matrix_right_solve