Function extendr_api::prelude::modules::cholesky::llt::solve::solve_transpose_req

pub fn solve_transpose_req<E>(
    cholesky_dimension: usize,
    rhs_ncols: usize,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of required workspace for solving a linear system defined by the transpose of a matrix out of place, given its Cholesky decomposition.