spl.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:PyCS 作者: COSMOGRAIL 项目源码 文件源码
def getintt(self):
        """
        Returns the internal knots (i.e., not even the datapoints extrema)
        This is what you need to feed into splrep !
        There are nint - 1 such knots
        """
        return self.t[(self.k+1):-(self.k+1)].copy() # We cut the outer knots.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号