Using Mr Mustard
Development
Mr Mustard API
Returns the Cayley transform of a matrix: \(cay(X) = (X - cI)(X + cI)^{-1}\)
c (float) – the parameter of the Cayley transform
X (Tensor) – a matrix
the Cayley transform of X
Tensor
cayley()