未验证 提交 6598f8c1 编写于 作者: rictjo's avatar rictjo 提交者: GitHub

Update reducer.py

上级 6b90e05c
......@@ -188,6 +188,7 @@ def householder_reduction ( A:np.array ) -> tuple[np.array] :
def eigensolve_rectangular ( DAT:np.array , bRemoveMeans:bool = True , bCov:bool = True ,
bHouseHolder:bool = False , bKeepItReal:bool=False ) -> dict :
from impetuous.quantification import mycov
#
# SAIGA RECT-SOLVER !
# IF YOU ARE DOING THIS AND THINK THAT IT IS SMART THEN YOU SHOULD PROBABLY JUST DIAGONALISE YOUR DATA ...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册