* Applies Nesterov-Todd scaling or its inverse. Computes x := W*x (trans is false 'N', inverse = false 'N') x := W^T*x (trans is true 'T', inverse = false 'N') x := W^{-1}*x (trans is false 'N', inverse = true 'T') x := W^{-T}*x (trans is tru
(x *matrix.FloatMatrix, W *sets.FloatMatrixSet, trans, inverse bool)
source not stored for this graph (policy: none)
no test coverage detected