MantisBT - ITK
View Issue Details
0010195ITKpublic2010-01-27 16:502010-11-04 12:48
fbudin 
kentwilliams 
normalmajoralways
closedduplicate 
 
 
backlog
0010195: Pre-multiply and Post-mutliply functions in itkSymmetricSecondRankTensor
itk::SymmetricSecondRankTensor includes two functions that should allow to multiply this tensor by a given matrix. The result is returned as a symmetric second rank tensor. However, the product of the tensor by the matrix may not be symmetric.
The tensor keeps only 6 values in memory. The returned value is therefore always symmetric. However, this value may not be the correct result of the previously performed operation if the result of the product was not a symmetric tensor.
No tags attached.
duplicate of 0008574assigned Luis Ibanez SymmetricSecondRankTensor PreMultiply and PostMultiply have incorrect API 
Issue History
2010-01-27 16:50fbudinNew Issue
2010-03-08 03:49Tom VercauterenRelationship addedduplicate of 0008574
2010-11-02 14:04Hans JohnsonStatusnew => assigned
2010-11-02 14:04Hans JohnsonAssigned To => kentwilliams
2010-11-04 12:48kentwilliamsSprint Status => backlog
2010-11-04 12:48kentwilliamsNote Added: 0022836
2010-11-04 12:48kentwilliamsStatusassigned => closed
2010-11-04 12:48kentwilliamsResolutionopen => duplicate

Notes
(0022836)
kentwilliams   
2010-11-04 12:48   
same bug as http://public.kitware.com/Bug/view.php?id=8574 [^]