pub fn spsv_analysis<Compute: DataTypeLike>(
ctx: &Context,
operation: Operation,
alpha: Scalar<'_, Compute>,
matrix: &SparseMatrixDescriptor<'_>,
x: &DenseVectorDescriptor<'_>,
y: &mut DenseVectorDescriptor<'_>,
algorithm: SpSvAlgorithm,
descriptor: &SpSvDescriptor,
external_buffer: Option<DevicePtr>,
) -> Result<()>