chainer.functions.cholesky

chainer.functions.cholesky(a)[source]

Cholesky Decomposition

Parameters

a (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable