Skip to contents

Factorize B symmetric positive-definite matrices in parallel. Each matrix is dispatched through the same backend as chol_factor, so MLX GPU acceleration applies to every element when available.

Usage

batch_chol(A)

Arguments

A

A list of square numeric matrices, or a 3-D array [n, n, B].

Value

A list of amChol objects, one per input matrix.