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

<<11121314151617181920>>

  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 19 * \brief A versatible sparse matrix representation
47 typedef Sparse StorageKind;
644 /** Constructs a sparse matrix from the sparse expression \a other */
655 /** Constructs a sparse matrix from the sparse selfadjoint view \a other */
682 /** Swaps the content of two sparse matrices of the same type.
    [all...]
CompressedStorage.h 18 * Stores a sparse set of values as a list of values and a list of indices.
  /external/eigen/test/eigen2/
eigen2_sparse_basic.cpp 10 #include "sparse.h"
229 // sparse cwise* dense
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 23 * \tparam _MatrixType The type of the sparse matrix. It should be a symmetric
24 * matrix. It is advised to give a row-oriented sparse matrix
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 19 * \brief A sparse matrix class designed for matrix assembly purpose
41 typedef Sparse StorageKind;
  /external/squashfs-tools/squashfs-tools/
unsquash-3.c 202 i.sparse = 1;
227 i.sparse = 1;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 266 // First calculates the order-statistics of the sparse vector
304 // First calculates the order-statistics of the sparse vector
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateAppOpsBridge.java 142 * Gets a sparse array that describes every user on the device and all the associated packages
160 // Create a sparse array that maps profileIds to an ArrayMap that maps package names to
  /system/extras/ext4_utils/
indirect.c 21 #include <sparse/sparse.h>
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 483 /** @brief Creates sparse array.
485 The function allocates a multi-dimensional sparse array. Initially the array contain no elements,
494 /** @brief Deallocates sparse array.
496 The function releases the sparse array and clears the array pointer upon exit.
504 /** @brief Initializes sparse array elements iterator.
506 The function initializes iterator of sparse array elements and returns pointer to the first element,
514 /** @brief Returns the next sparse matrix element
516 The function moves iterator to the next sparse matrix element and returns pointer to it. In the
518 hash table. The sample below demonstrates how to iterate through the sparse matrix:
520 // print all the non-zero sparse matrix elements and compute their su
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 57 * <li> {@link SCCP} is a (partially implemented) sparse-conditional
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 26 * Sparse array indexed by label to FixedSizeList index;
  /development/ide/emacs/
android-host.el 46 (defvar android-host-command-map (make-sparse-keymap))
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 115 # On the client, create a nice big sparse file for hda
  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 62 // itself can be block sparse. When a cell is not present, the GetCell
cgnr_linear_operator.h 49 // This is used to implement iterative general sparse linear solving with
compressed_col_sparse_matrix_utils.cc 58 // This loop extracts the block sparsity of the scalar sparse matrix
compressed_row_sparse_matrix.h 74 // Build a square sparse diagonal matrix with num_rows rows and
dense_sparse_matrix_test.cc 31 // TODO(keir): Implement a generic "compare sparse matrix implementations" test
dynamic_compressed_row_sparse_matrix.h 31 // A compressed row sparse matrix that provides an extended interface to
types.cc 341 LOG(WARNING) << "Unknown sparse linear algebra library " << type;
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
changelog.rst 98 - ``altgraph.Graph.forw_topo_sort`` failed for some sparse graphs.
  /external/dexmaker/src/dx/java/com/android/dx/util/
LabeledList.java 26 * Sparse array indexed by label to FixedSizeList index;
  /external/e2fsprogs/lib/ext2fs/
qcow2.c 4 * filesystem data on disk in a packed format to avoid creating sparse
  /external/e2fsprogs/tests/scripts/
resize_test 8 # Verify that the $TMP filesystem handles $SIZE_2 sparse files.

Completed in 1291 milliseconds

<<11121314151617181920>>