HomeSort by relevance Sort by last modified time
    Searched full:sparse (Results 26 - 50 of 835) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/arm64/
op_packed_switch.S 3 * Handle a packed-switch or sparse-switch instruction. In both cases
9 * for: packed-switch, sparse-switch
  /art/runtime/interpreter/mterp/x86/
op_packed_switch.S 3 * Handle a packed-switch or sparse-switch instruction. In both cases
9 * for: packed-switch, sparse-switch
  /external/eigen/Eigen/
SparseQR 9 * \brief Provides QR decomposition for sparse matrices
11 * This module provides a simplicial version of the left-looking Sparse QR decomposition.
OrderingMethods 13 * It defines various built-in and external ordering methods for sparse matrices.
15 * the sparse matrix decomposition (LLT, LU, QR).
18 * Using for instance the sparse Cholesky decomposition, it is expected that
27 * A simple usage is as a template parameter in the sparse decomposition classes :
  /external/smali/smali/src/test/resources/LexerTest/
DirectiveTest.smali 21 .sparse-switch
22 .end sparse-switch
  /external/v8/test/mjsunit/regress/
regress-423633.js 14 // nulling the prototype lets us stay in the sparse case; otherwise the
15 // getter on Array.prototype would force us into the non-sparse code.
  /system/core/libsparse/
sparse_err.c 17 #include <sparse/sparse.h>
sparse_file.h 20 #include <sparse/sparse.h>
  /external/llvm/test/YAMLParser/
construct-null.test 15 sparse:
  /external/autotest/client/tests/sparse/
control 1 NAME='Sparse Kernel Test'
8 Sparse is a semantic parser of source files: it's neither a compiler
21 job.run_test('sparse',
  /external/eigen/doc/
TutorialSparse.dox 3 /** \eigenManualPage TutorialSparse Sparse matrix manipulations
7 Manipulating and solving sparse problems involves various modules which are summarized below:
11 <tr><td>\link SparseCore_Module SparseCore \endlink</td><td>\code#include <Eigen/SparseCore>\endcode</td><td>SparseMatrix and SparseVector classes, matrix assembly, basic sparse linear algebra (including sparse triangular solvers)</td></tr>
12 <tr><td>\link SparseCholesky_Module SparseCholesky \endlink</td><td>\code#include <Eigen/SparseCholesky>\endcode</td><td>Direct sparse LLT and LDLT Cholesky factorization to solve sparse self-adjoint positive definite problems</td></tr>
14 <td>%Sparse LU factorization to solve general square sparse systems</td></tr>
15 <tr><td>\link SparseQR_Module SparseQR \endlink</td><td>\code #include<Eigen/SparseQR>\endcode </td><td>%Sparse QR factorization for solving sparse linear least-squares problems</td></tr
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 52 // A sparseFileReader is a numBytesReader for reading sparse file data from a tar archive.
54 rfr *regFileReader // reads the sparse-encoded file data
55 sp []sparseEntry // the sparse map for the file
60 // Keywords for GNU sparse files in a PAX extended header
62 paxGNUSparseNumBlocks = "GNU.sparse.numblocks"
63 paxGNUSparseOffset = "GNU.sparse.offset"
64 paxGNUSparseNumBytes = "GNU.sparse.numbytes"
65 paxGNUSparseMap = "GNU.sparse.map"
66 paxGNUSparseName = "GNU.sparse.name"
67 paxGNUSparseMajor = "GNU.sparse.major
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
reader.go 52 // A sparseFileReader is a numBytesReader for reading sparse file data from a tar archive.
54 rfr *regFileReader // reads the sparse-encoded file data
55 sp []sparseEntry // the sparse map for the file
60 // Keywords for GNU sparse files in a PAX extended header
62 paxGNUSparseNumBlocks = "GNU.sparse.numblocks"
63 paxGNUSparseOffset = "GNU.sparse.offset"
64 paxGNUSparseNumBytes = "GNU.sparse.numbytes"
65 paxGNUSparseMap = "GNU.sparse.map"
66 paxGNUSparseName = "GNU.sparse.name"
67 paxGNUSparseMajor = "GNU.sparse.major
    [all...]
  /external/ceres-solver/internal/ceres/
sparse_matrix.h 31 // Interface definition for sparse matrices.
45 // sparse matrices. The key property that differentiates different
46 // sparse matrices is how they are organized in memory and how the
52 // sparse matrix will have a two part representation. A values array
53 // that will be used to store the entries of the sparse matrix and
61 // the structure of the sparse matrix as that seems to be highly
63 // with an efficient high level interface that spans multiple sparse
84 // sparse matrix.
89 // sparse matrix.
93 // sparse matrix. The exact interpreptation of the values of thi
    [all...]
  /external/guava/guava/src/com/google/common/escape/
CharEscaperBuilder.java 28 * Simple helper class to build a "sparse" array of objects based on the indexes that were added to
30 * (so it's not really a sparse array, just a pseudo sparse array). The builder can also return a
79 * Construct a new sparse array builder.
109 * highest character that has been seen. The array will be sparse in the sense that any unseen
112 * @return a "sparse" array that holds the replacement mappings.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaperBuilder.java 23 * Simple helper class to build a "sparse" array of objects based on the indexes that were added to
25 * (so it's not really a sparse array, just a pseudo sparse array). The builder can also return a
71 * Construct a new sparse array builder.
100 * highest character that has been seen. The array will be sparse in the sense that any unseen
103 * @return a "sparse" array that holds the replacement mappings.
  /art/test/475-regression-inliner-ids/smali/
TestCase.smali 25 sparse-switch p0, :sswitch_data_1a
60 .sparse-switch
68 .end sparse-switch
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.hpp 23 * \brief Sparse buffer memory aliasing tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesBufferSparseBinding.hpp 23 * \brief Buffer Sparse Binding tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesBufferSparseResidency.hpp 23 * \brief Sparse partially resident buffers tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesImageSparseBinding.hpp 23 * \brief Sparse fully resident images with mipmaps tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesImageSparseResidency.hpp 23 * \brief Sparse partially resident images tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesMipmapSparseResidency.hpp 23 * \brief Sparse partially resident images with mipmaps tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
vktSparseResourcesTests.hpp 23 * \brief Sparse Resources Tests
31 namespace sparse namespace in namespace:vkt
36 } // sparse
  /external/e2fsprogs/contrib/
make-sparse.c 2 * make-sparse.c --- make a sparse file from stdin
55 fprintf(stderr, "Usage: make-sparse out-file\n");

Completed in 1178 milliseconds

12 3 4 5 6 7 8 91011>>