• H
    add paddle.linalg.eigvalsh API (#35615) · 9f9ed3ae
    huangjun12 提交于
    * add eigvalsh with is_test
    
    * add eigvalsh op
    
    * fix backward bug
    
    * forward and backward, float and complex, unittest
    
    * remove eigvalsh_helper.h
    
    * remove changes of cusolver.h
    
    * fix unittest
    
    * fix unittest bug
    
    * update code following eigh
    
    * fix test
    
    * update lapack
    
    * pull develop
    
    * update funcor
    
    * fix unittest bug
    
    * fix details
    
    * add tensor_method_func
    
    * fix notes
    9f9ed3ae
linalg.py 89.3 KB