Home
last modified time | relevance | path

Searched refs:BlockRow (Results 1 – 3 of 3) sorted by relevance

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c935 size_t BlockRow, RowBasis, Row; in GenL2DDirich() local
941 for (BlockRow = 1; BlockRow < Dim1[Level]; BlockRow++) { in GenL2DDirich()
958 BlockRow = Dim1[Level]; in GenL2DDirich()
959 RowBasis = Dim1[Level] * (BlockRow - 1); in GenL2DDirich()
975 BlockRow = 1; in GenL2DDirich()
1000 for (BlockRow = 2; BlockRow < Dim1[Level]; BlockRow++) { in GenL2DDirich()
1029 BlockRow = Dim1[Level]; in GenL2DDirich()
1084 size_t BlockRow, RowBasis, RowInBlock, Row; in GenRSimple2DDirich() local
1087 for (BlockRow = 1; BlockRow <= Dim1[Level]; BlockRow++) { in GenRSimple2DDirich()
1105 size_t BlockRow, RowBasis, RowInBlock, Row; in GenRWeight2DDirich() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_storage.mlir38 #BlockRow = #sparse_tensor.encoding<{
86 %x = sparse_tensor.convert %t : tensor<10x8xf64> to tensor<10x8xf64, #BlockRow>
207 // Inspect storage scheme of BlockRow.
220 %39 = sparse_tensor.pointers %x, %c0 : tensor<10x8xf64, #BlockRow> to memref<?xindex>
223 %41 = sparse_tensor.indices %x, %c0 : tensor<10x8xf64, #BlockRow> to memref<?xindex>
226 %43 = sparse_tensor.values %x : tensor<10x8xf64, #BlockRow> to memref<?xf64>
259 sparse_tensor.release %x : tensor<10x8xf64, #BlockRow>
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/LinearAlgebra/
H A DLinearOperatorTests.cpp285 TEST(Utilities_LinearOperator, BlockRow) in TEST() argument