The code implementation for sym() does not work for a full matrix. It only checks the type of the input matrix. When a full matrix is passed, the function always returns false.
📝 Steps to reproduce
import ansys.math.core.math as pymath
import numpy as np
mm = pymath.AnsMath()
test = np.identity(3)
print( mm.matrix(test).sym() ) # False
🔍 Before submitting the issue
🐞 Description of the bug
The code implementation for sym() does not work for a full matrix. It only checks the type of the input matrix. When a full matrix is passed, the function always returns false.
📝 Steps to reproduce
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2023R2
🐍 Which Python version are you using?
3.10
📦 Installed packages