用法
assert_non_singular(
name='assert_non_singular'
)
参数
-
name
要添加到已创建操作的字符串名称。
返回
-
Assert
Op
,如果运算符是单数,则在运行时将引发InvalidArgumentError
。
返回断言此运算符非单数的 Op
。
此运算符被认为是非奇异的,如果
ConditionNumber < max{100, range_dimension, domain_dimension} * eps,
eps:= np.finfo(self.dtype.as_numpy_dtype).eps
相关用法
- Python tf.linalg.LinearOperatorToeplitz.solve用法及代码示例
- Python tf.linalg.LinearOperatorToeplitz.matvec用法及代码示例
- Python tf.linalg.LinearOperatorToeplitz.solvevec用法及代码示例
- Python tf.linalg.LinearOperatorToeplitz.diag_part用法及代码示例
- Python tf.linalg.LinearOperatorToeplitz.matmul用法及代码示例
- Python tf.linalg.LinearOperatorToeplitz用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.solvevec用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.solve用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.matmul用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.matvec用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.assert_non_singular用法及代码示例
- Python tf.linalg.LinearOperatorTridiag.diag_part用法及代码示例
- Python tf.linalg.LinearOperatorTridiag用法及代码示例
- Python tf.linalg.LinearOperatorFullMatrix.matvec用法及代码示例
- Python tf.linalg.LinearOperatorIdentity.solvevec用法及代码示例
- Python tf.linalg.LinearOperatorPermutation.solve用法及代码示例
- Python tf.linalg.LinearOperatorKronecker.diag_part用法及代码示例
- Python tf.linalg.LinearOperatorBlockLowerTriangular.solvevec用法及代码示例
- Python tf.linalg.LinearOperatorLowerTriangular.matvec用法及代码示例
- Python tf.linalg.LinearOperatorCirculant2D.solve用法及代码示例
注:本文由纯净天空筛选整理自tensorflow.org大神的英文原创作品 tf.linalg.LinearOperatorToeplitz.assert_non_singular。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。