用法
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.LinearOperatorCirculant2D.solve用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant2D.matvec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant2D.matmul用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant2D.solvevec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant2D.diag_part用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant2D用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.diag_part用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.matvec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.solvevec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.matvec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.diag_part用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.assert_non_singular用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.assert_non_singular用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.matmul用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D.solve用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.solve用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.solvevec用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant.matmul用法及代碼示例
- Python tf.linalg.LinearOperatorCirculant3D用法及代碼示例
注:本文由純淨天空篩選整理自tensorflow.org大神的英文原創作品 tf.linalg.LinearOperatorCirculant2D.assert_non_singular。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。