PolyMath icon indicating copy to clipboard operation
PolyMath copied to clipboard

Some SVD tests are failing

Open olekscode opened this issue 3 years ago • 0 comments

For now, only the small square matrix is used for testing. Other three matrices are commented out. If you uncomment example3 and example4, they fail

PMSingularValueDecompositionTest >> setUp
	super setUp.
	self loadExample1.
	"self loadExample2.
	self loadExample3.
	self loadExample4."

olekscode avatar Apr 26 '22 18:04 olekscode