jbncode
jbncode
The documentation for SolveH says "Note that only the upper triangular portion of the matrix is used.". However it actually uses the lower triangular portion. For example: ```rust let a...
When data occurs outside the plot area, it gets plotted on the edge of the plot area. I would expect it to be clipped and not visible at all. For...
The workspace for the Cholesky inversion function`faer::linalg::cholesky::llt::inverse::invert_lower_in_place` as computed by `invert_lower_in_place_req` is equal to the size of the original matrix, doubling the memory requirements. Is this a bug? If not,...