View source on GitHub
|
Experimental tools for linear algebra.
Classes
class LinearOperatorInterpolatedPSDKernel: Structured interpolation to approximate a large matrix.
class LinearOperatorPSDKernel: A tf.linalg.LinearOperator representing a kernel covariance matrix.
class LinearOperatorRowBlock: Represents a single row of a block matrix.
class LinearOperatorUnitary: Encapsulates a Unitary Linear Operator.
Functions
no_pivot_ldl(...): Non-pivoted batched LDL factorization.
simple_robustified_cholesky(...): Use no_pivot_ldl to robustify a Cholesky factorization.
View source on GitHub