Searched refs:tridiagonal (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TridiagonalSolve.pbtxt | 8 tridiagonal matrices with three rows being the superdiagonal, diagonals, and 34 summary: "Solves tridiagonal systems of equations." 36 Solves tridiagonal systems of equations.
|
D | api_def_TridiagonalMatMul.pbtxt | 38 summary: "Calculate product with tridiagonal matrix." 40 Calculates product of two matrices, where left matrix is a tridiagonal matrix.
|
D | api_def_MatrixDiagPartV2.pbtxt | 79 # A tridiagonal band from each batch.
|
D | api_def_MatrixDiagV3.pbtxt | 132 # A tridiagonal band (per batch).
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | tridiagonal.h | 23 namespace tridiagonal {
|
D | BUILD | 546 name = "tridiagonal", 547 srcs = ["tridiagonal.cc"], 548 hdrs = ["tridiagonal.h"], 572 ":tridiagonal",
|
D | tridiagonal_test.cc | 31 namespace tridiagonal { namespace
|
D | tridiagonal.cc | 33 namespace tridiagonal { namespace
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | tridiagonal_ops.cc | 42 auto result = xla::tridiagonal::ThomasSolver(diagonals, rhs); in Compile()
|
D | BUILD | 190 "//tensorflow/compiler/xla/client/lib:tridiagonal",
|
/external/one-true-awk/testdir/ |
D | funstack.in | 1834 …abstract = "The QR iteration for the eigenvalues of a symmetric tridiagonal matrix can be acce… 1839 …ematics; matrix algebra; origin shifts; QR method; symmetric tridiagonal matrix; tridiagonal matri… 1840 kwds = "nla, eig, QR algorithm, symmetric matrix, tridiagonal matrix", 8135 title = "The eigenproblem of block tridiagonal matrices", 8150 …keywords = "block tridiagonal matrices; eigenvalues; eigenvalues and eigenfunctions; eigenvalu… 11973 …nfunctions; matrix; matrix algebra; QR; real; subroutines; symmetric; transformation; tridiagonal", 12254 …keywords = "almost tridiagonal matrix; FAKUB; FORTRAN; linear systems; matrix algebra; program… 12331 …solution of linear systems having real, symmetric, diagonally dominant,tridiagonal coefficient mat… 12335 …a; numerical linear algebra; operations; real arithmetic; Toeplitz matrices; tridiagonal matrices", 12336 kwds = "nla, linear system, tridiagonal matrix, fast algorithm", [all …]
|
D | funstack.ok | 1118 Hatem M. Khalil The eigenproblem of block tridiagonal
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 7560 # A tridiagonal band (per batch). 16974 let summary = "Solves tridiagonal systems of equations."; 16977 Solves tridiagonal systems of equations. 16988 tridiagonal matrices with three rows being the superdiagonal, diagonals, and
|