Home
last modified time | relevance | path

Searched refs:tridiagonal (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TridiagonalSolve.pbtxt8 tridiagonal matrices with three rows being the superdiagonal, diagonals, and
34 summary: "Solves tridiagonal systems of equations."
36 Solves tridiagonal systems of equations.
Dapi_def_TridiagonalMatMul.pbtxt38 summary: "Calculate product with tridiagonal matrix."
40 Calculates product of two matrices, where left matrix is a tridiagonal matrix.
Dapi_def_MatrixDiagPartV2.pbtxt79 # A tridiagonal band from each batch.
Dapi_def_MatrixDiagV3.pbtxt132 # A tridiagonal band (per batch).
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtridiagonal.h23 namespace tridiagonal {
DBUILD546 name = "tridiagonal",
547 srcs = ["tridiagonal.cc"],
548 hdrs = ["tridiagonal.h"],
572 ":tridiagonal",
Dtridiagonal_test.cc31 namespace tridiagonal { namespace
Dtridiagonal.cc33 namespace tridiagonal { namespace
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtridiagonal_ops.cc42 auto result = xla::tridiagonal::ThomasSolver(diagonals, rhs); in Compile()
DBUILD190 "//tensorflow/compiler/xla/client/lib:tridiagonal",
/external/one-true-awk/testdir/
Dfunstack.in1834 …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 …]
Dfunstack.ok1118 Hatem M. Khalil The eigenproblem of block tridiagonal
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td7560 # 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