pub fn xpotrf_buffer_size<TA: DataTypeLike>(
ctx: &Context,
params: &Params,
fill_mode: FillMode,
n: usize,
a: MatrixRef<'_, TA>,
compute_type: DataType,
) -> Result<WorkspaceSizes>pub fn xpotrf_buffer_size<TA: DataTypeLike>(
ctx: &Context,
params: &Params,
fill_mode: FillMode,
n: usize,
a: MatrixRef<'_, TA>,
compute_type: DataType,
) -> Result<WorkspaceSizes>