HomeSort by relevance Sort by last modified time
    Searched refs:Nested (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 267 typedef typename Derived::Nested Nested;
268 typedef typename internal::remove_all<Nested>::type NestedCleaned;
272 const Nested nm(m.derived());
290 const Nested nm(m.derived());
SparseBlock.h 19 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
76 typename XprType::Nested m_matrix;
95 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
139 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _NestedMatrixType;
270 typename SparseMatrixType::Nested m_matrix;
282 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
367 typename SparseMatrixType::Nested m_matrix;
422 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested;
526 typename XprType::Nested m_matrix;
SparseDiagonalProduct.h 63 typedef typename Lhs::Nested LhsNested;
64 typedef typename Rhs::Nested RhsNested;
SparseTriangularView.h 45 typedef typename MatrixType::Nested MatrixTypeNested;
  /external/eigen/Eigen/src/Core/
Transpose.h 35 typedef typename nested<MatrixType>::type MatrixTypeNested;
72 /** \returns the nested expression */
73 const typename internal::remove_all<typename MatrixType::Nested>::type&
76 /** \returns the nested expression */
77 typename internal::remove_all<typename MatrixType::Nested>::type&
81 typename MatrixType::Nested m_matrix;
Transpositions.h 324 const typename IndicesType::Nested m_indices;
364 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
394 typename MatrixType::Nested m_matrix;
Block.h 55 typedef typename nested<XprType>::type XprTypeNested;
288 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
305 const typename XprType::Nested m_xpr;
356 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
398 typename XprType::Nested m_xpr;
CwiseBinaryOp.h 63 typedef typename Lhs::Nested LhsNested;
64 typedef typename Rhs::Nested RhsNested;
120 typedef typename internal::nested<Lhs>::type LhsNested;
121 typedef typename internal::nested<Rhs>::type RhsNested;
149 /** \returns the left hand side nested expression */
151 /** \returns the right hand side nested expression */
Diagonal.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
133 const typename internal::remove_all<typename MatrixType::Nested>::type&
145 typename MatrixType::Nested m_matrix;
DiagonalProduct.h 114 typename MatrixType::Nested m_matrix;
115 typename DiagonalType::Nested m_diagonal;
IO.h 104 const typename ExpressionType::Nested m_matrix;
161 typename Derived::Nested m = _m;
Reverse.h 40 typedef typename nested<MatrixType>::type MatrixTypeNested;
173 const typename internal::remove_all<typename MatrixType::Nested>::type&
180 typename MatrixType::Nested m_matrix;
PermutationMatrix.h 527 const typename internal::remove_all<typename IndicesType::Nested>::type&
532 typename IndicesType::Nested m_indices;
572 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
634 typename MatrixType::Nested m_matrix;
SolveTriangular.h 233 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
253 typename Rhs::Nested m_rhs;
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 34 typedef typename nested<MatrixType>::type MatrixTypeNested;
85 const typename MatrixType::Nested m_matrix;
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 112 const typename MatrixType::Nested m_matrix;
  /external/libbrillo/brillo/errors/
error_unittest.cc 47 TEST(Error, Nested) {
  /external/v8/test/mjsunit/compiler/
escape-analysis-arguments.js 90 // Nested arguments object test
124 // Nested arguments object test with different inlining
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 56 class Nested(object):
77 # Behave like nested with statements
92 class MockNested(Nested):
94 Nested.__init__(self, *managers)
101 return Nested.__enter__(self)
106 return Nested.__exit__(self, *exc_info)
289 with Nested(mock_contextmanager_generator()):
294 # This will bind all the arguments to nested() into a single list
296 with Nested(m) as foo:
302 # This will bind all the arguments to nested() into a single lis
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 56 class Nested(object):
77 # Behave like nested with statements
92 class MockNested(Nested):
94 Nested.__init__(self, *managers)
101 return Nested.__enter__(self)
106 return Nested.__exit__(self, *exc_info)
289 with Nested(mock_contextmanager_generator()):
294 # This will bind all the arguments to nested() into a single list
296 with Nested(m) as foo:
302 # This will bind all the arguments to nested() into a single lis
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 56 class Nested(object):
77 # Behave like nested with statements
92 class MockNested(Nested):
94 Nested.__init__(self, *managers)
101 return Nested.__enter__(self)
106 return Nested.__exit__(self, *exc_info)
289 with Nested(mock_contextmanager_generator()):
294 # This will bind all the arguments to nested() into a single list
296 with Nested(m) as foo:
302 # This will bind all the arguments to nested() into a single lis
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 56 class Nested(object):
77 # Behave like nested with statements
92 class MockNested(Nested):
94 Nested.__init__(self, *managers)
101 return Nested.__enter__(self)
106 return Nested.__exit__(self, *exc_info)
289 with Nested(mock_contextmanager_generator()):
294 # This will bind all the arguments to nested() into a single list
296 with Nested(m) as foo:
302 # This will bind all the arguments to nested() into a single lis
    [all...]
  /external/v8/test/mjsunit/regress/
regress-3135.js 50 // Nested object.
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 773 typedef TestAllTypes::NestedMessage Nested;
774 vector<Nested> values;
775 values.push_back(Nested());
777 values.push_back(Nested());
780 RepeatedPtrField<Nested> field(values.begin(), values.end());
785 RepeatedPtrField<Nested> other(field.begin(), field.end());
    [all...]
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 595 typename MatrixType::Nested m_qr;
596 typename HCoeffsType::Nested m_hCoeffs;
597 typename IntDiagSizeVectorType::Nested m_rowsTranspositions;

Completed in 317 milliseconds

1 23 4 5