/dalvik/dexgen/src/com/android/dexgen/util/ |
LabeledList.java | 27 * Sparse array indexed by label to FixedSizeList index.
|
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 32 * like the CFG itself, very sparse at large sizes.
|
/dalvik/vm/compiler/codegen/x86/ |
NcgHelper.cpp | 64 * Returns 3 if we don't find a match (it's the size of the sparse-switch
|
/external/ceres-solver/docs/ |
ceres-solver.tex | 88 \newcommand{\sparseschur}{\texttt{SPARSE\_SCHUR}}
|
changes.tex | 113 slightly slower \texttt{DENSE\_SCHUR} and \texttt{SPARSE\_SCHUR} solvers). 143 \item The sparse linear algebra library is only logged in 206 reduces the factorization time for sparse 233 \item New iterative linear solver for general sparse problems - \texttt{CGNR} and a block Jacobi preconditioner for it.
|
/external/ceres-solver/internal/ceres/ |
block_random_access_sparse_matrix.h | 50 // A threaf safe square block sparse implementation of
|
block_structure.h | 32 // dense block structure of sparse matrices. The BlockSparseMatrix
|
cxsparse.h | 62 // Creates a sparse matrix from a compressed-column form. No memory is
|
iterative_schur_complement_solver.h | 70 // "Iterative Methods for Sparse Linear Systems".
|
types.cc | 205 LOG(WARNING) << "Unknown sparse linear algebra library " << type;
|
visibility.h | 33 // structure of sparse matrices.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SetFactory.java | 32 * like the CFG itself, very sparse at large sizes.
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 18 * \brief Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix. 72 /** Efficient sparse self-adjoint matrix times dense vector/matrix product */ 80 /** Efficient dense vector/matrix times sparse self-adjoint matrix product */ 188 * Implementation of sparse self-adjoint time dense matrix
|
/external/eigen/bench/ |
sparse_lu.cpp | 6 #include <Eigen/Sparse>
|
/external/eigen/test/ |
sparse_vector.cpp | 10 #include "sparse.h"
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
BlockOfDynamicSparseMatrix.h | 95 // template<typename Sparse>
|
/external/libvorbis/doc/ |
03-codebook.tex | 78 \varname{[sparse]} flag. This flag determines whether or not the 83 byte 8: [ X 1 ] [sparse] flag (1 bit) 91 1) if([sparse] is set) \{ 105 \} else the sparse flag is not set \{
|
/external/llvm/docs/HistoricalNotes/ |
2002-05-12-InstListChange.txt | 20 simple constant propagation), because they aren't actually sparse anymore,
|
/external/openfst/src/include/fst/ |
sparse-tuple-weight.h | 0 // sparse-tuple-weight.h 19 // Sparse version of tuple-weight, based on tuple-weight.h 20 // Internally stores sparse key, value pairs in linked list 28 // Sparse tuple weight set operation definitions.
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxClassifier.java | 33 * Data is represented as sparse key, value pair. And key is an integer, value
|
BordeauxRanker.java | 33 * Data is represented as sparse key, value pair. And key is a String, value
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateLabelProvider.java | 72 // For members of sparse array, use the key as the name as opposed to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLSparseArrayProperty.java | 37 * Constructs a sparse array property.
|
/system/extras/ext4_utils/ |
ext4_utils.c | 23 #include <sparse/sparse.h> 85 void write_ext4_image(int fd, int gz, int sparse, int crc) 87 sparse_file_write(info.sparse_file, fd, gz, sparse, crc);
|
make_ext4fs.c | 24 #include <sparse/sparse.h> 460 int sparse, int crc, int wipe, 608 write_ext4_image(fd, gzip, sparse, crc);
|