normalise_trace: Scale symmetric matrices to have trace of one
Description
Scales symmetric matrices by their trace, so that resulting matrices have a trace of one.
Usage
normalise_trace(x)normalize_trace(x)
Value
A set of flattened symmetric matrices (i.e. TFORGE_fsm class).
Arguments
- x
A sample of matrices suitable for as_fsm().
Details
The method will create Inf values for tensors that have a trace of zero.