numeric icon indicating copy to clipboard operation
numeric copied to clipboard

numeric.T.eig looks suspicious

Open gagern opened this issue 11 years ago • 0 comments

The numeric.T.eig function, as implemented in 610f2503976af62df5b650af9298d34043664dc0, looks suspicious: either it's an instance method, then it belongs into numeric.T.prototype.eig. But in that case I don't understand its semantics, since you can't reasonably compute eigenvalues of a single complex number. Or it's a class method, then it should not refer to this. And to make sense semantically, it should probably also take a complex-valued matrix as an argument. I see noone using this function at all, so unless there is actually a use case for this, you might also consider deleting it.

gagern avatar Nov 18 '14 23:11 gagern