comet_maths.linear_algebra.matrix_calculation.isPD

Contents

comet_maths.linear_algebra.matrix_calculation.isPD#

comet_maths.linear_algebra.matrix_calculation.isPD(B: ndarray) bool[source]#

Returns true when input is positive-definite, via Cholesky

Parameters:

B – matrix

Returns:

true when input is positive-definite