[][src]Function spice_sys::vtmv_c

pub unsafe extern "C" fn vtmv_c(
    v1: *const c_double,
    matrix: *const *const c_double,
    v2: *const c_double
) -> c_double

multiplies the transpose of a 3D vector, a 3x3 matrix, and a 3D vector.