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

12 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.tcc 97 * @tparam _Facet The facet type to test the presence of.
123 * @tparam _Facet The facet type to access.
stl_set.h 81 * @tparam _Key Type of key objects.
82 * @tparam _Compare Comparison function object type, defaults to less<Key>.
83 * @tparam _Alloc Allocator type, defaults to allocator<Key>.
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 442 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
443 * \tparam IsStrSym Indicates if the input matrix has a symmetric pattern, default is false
556 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
557 * \tparam UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
637 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
638 * \tparam UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 271 * \tparam N the number of rows in the block
315 * \tparam N the number of rows in the block
360 * \tparam N the number of rows in the block
405 * \tparam N the number of columns in the block
449 * \tparam N the number of columns in the block
494 * \tparam N the number of columns in the block
CommonCwiseUnaryOps.h 120 * \tparam CustomUnaryOp Type of \a func
  /external/clang/unittests/AST/
CommentParser.cpp 918 "// \\tparam aaa Bbb\n",
919 "// \\tparam\n"
921 "// \\tparam \n"
923 "// \\tparam aaa\n"
935 ASSERT_TRUE(HasTParamCommandAt(FC, Traits, 1, TPCC, "tparam",
944 const char *Source = "// \\tparam\\brief";
953 ASSERT_TRUE(HasTParamCommandAt(FC, Traits, 1, TPCC, "tparam", "", PC));
    [all...]
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 422 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
472 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
473 * \tparam UpLo can be any bitwise combination of Upper, Lower. The default is Upper, meaning only the upper triangular part has to be used.
532 * \tparam MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
533 * \tparam Options can be any bitwise combination of Upper, Lower, and Symmetric. The default is Upper, meaning only the upper triangular part has to be used.
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 20 * \tparam VectorsType type of matrix containing the Householder vectors
21 * \tparam CoeffsType type of vector containing the Householder coefficients
22 * \tparam Side either OnTheLeft (the default) or OnTheRight
  /external/llvm/include/llvm/ADT/
SparseSet.h 113 /// @tparam ValueT The type of objects in the set.
114 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT.
115 /// @tparam SparseT An unsigned integer type. See above.
SparseMultiSet.h 71 /// @tparam ValueT The type of objects in the set.
72 /// @tparam KeyFunctorT A functor that computes an unsigned index from KeyT.
73 /// @tparam SparseT An unsigned integer type. See above.
  /external/clang/tools/libclang/
CXComment.cpp 699 Result << "<dt class=\"tparam-name-index-"
703 Result << "<dt class=\"tparam-name-index-other\">";
706 Result << "<dt class=\"tparam-name-index-invalid\">";
714 Result << "<dd class=\"tparam-descr-index-"
718 Result << "<dd class=\"tparam-descr-index-other\">";
720 Result << "<dd class=\"tparam-descr-index-invalid\">";
    [all...]
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 70 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
71 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
355 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
356 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
443 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
444 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
  /external/clang/include/clang/AST/
CommentCommands.td 109 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 38 * \tparam _MatrixType the type of the matrix. It should be a real square sparsematrix
GMRES.h 224 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
225 * \tparam _Preconditioner the type of the preconditioner. Default is DiagonalPreconditioner
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 21 * \tparam MatrixType type of the argument of the matrix function,
23 * \tparam AtomicType type for computing matrix function of atomic blocks.
24 * \tparam IsComplex used internally to select correct specialization.
479 * \tparam Derived Type of the argument to the matrix function.
MatrixSquareRoot.h 17 * \tparam MatrixType type of the argument of the matrix square root,
254 * \tparam MatrixType type of the argument of the matrix square root,
323 * \tparam MatrixType type of the argument of the matrix square root,
425 * \tparam Derived Type of the argument to the matrix square root.
MatrixExponential.h 25 * \tparam MatrixType type of the argument of the exponential,
395 * \tparam Derived Type of the argument to the matrix exponential.
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 39 * \tparam Scalar The scalar type
  /external/llvm/include/llvm/
DIBuilder.h 488 /// @param TParam Function template parameters.
498 MDNode *TParam = 0,
519 /// @param TParam Function template parameters.
530 MDNode *TParam = 0);
  /external/clang/test/Index/
overriding-method-comments.mm 114 /// \tparam BBB The type, silly.
115 /// \tparam AAA The type, silly as well.
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 34 * \tparam _MatrixType the type of the matrix of which we are computing the Hessenberg decomposition
327 * \tparam MatrixType type of matrix in the Hessenberg decomposition
  /external/eigen/Eigen/src/Core/
ArrayBase.h 32 * \tparam Derived is the derived type, e.g., an array or an expression type.
VectorwiseOp.h 21 * \tparam MatrixType the type of the matrix we are applying the redux operation
22 * \tparam MemberOp type of the member functor
23 * \tparam Direction indicates the direction of the redux (#Vertical or #Horizontal)
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 28 * \tparam _Scalar The underlying data type (typically float or double)
29 * \tparam _Dim The curve dimension (e.g. 2 or 3)
30 * \tparam _Degree Per default set to Dynamic; could be set to the actual desired

Completed in 3377 milliseconds

12 3 4