HomeSort by relevance Sort by last modified time
    Searched refs:RowsAtCompileTime (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 72 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
104 typedef Matrix<ComplexScalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime> EigenvectorsType;
RealQZ.h 62 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
86 explicit RealQZ(Index size = RowsAtCompileTime==Dynamic ? 1 : RowsAtCompileTime) :
Tridiagonalization.h 75 Size = MatrixType::RowsAtCompileTime,
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 91 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
387 MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> ComplexMatrix;
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 66 return int(Derived::RowsAtCompileTime) == 1 ? 0
76 : int(Derived::RowsAtCompileTime) == 1 ? inner
Array.h 156 if (RowsAtCompileTime!=Dynamic && ColsAtCompileTime!=Dynamic)
Assign_MKL.h 51 : int(Dst::RowsAtCompileTime),
AssignEvaluator.h 50 : int(Dst::RowsAtCompileTime),
672 return int(Traits::RowsAtCompileTime) == 1 ? 0
682 : int(Traits::RowsAtCompileTime) == 1 ? inner
    [all...]
SolveTriangular.h 31 RhsIsVectorAtCompileTime = (Side==OnTheLeft ? Rhs::ColsAtCompileTime : Rhs::RowsAtCompileTime)==1
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 88 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationType;
89 typedef Transpositions<RowsAtCompileTime, MaxRowsAtCompileTime> TranspositionType;
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 54 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 39 RowsAtCompileTime = IsColVector ? Dynamic : 1,
41 MaxRowsAtCompileTime = RowsAtCompileTime,
SparseSelfAdjointView.h 51 RowsAtCompileTime = internal::traits<SparseSelfAdjointView>::RowsAtCompileTime,
603 RowsAtCompileTime = internal::traits<SparseSymmetricPermutationProduct>::RowsAtCompileTime,
SparseRef.h 92 : Base(RowsAtCompileTime==Dynamic?0:RowsAtCompileTime,ColsAtCompileTime==Dynamic?0:ColsAtCompileTime, 0, 0, 0, 0, 0)
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 197 EIGEN_STATIC_ASSERT(OtherDerived::RowsAtCompileTime==Dim && OtherDerived::ColsAtCompileTime==Dim,
  /external/eigen/test/
array_reverse.cpp 20 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
eigensolver_generic.cpp 26 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType;
linearstructure.cpp 77 template<typename MatrixType> void real_complex(DenseIndex rows = MatrixType::RowsAtCompileTime, DenseIndex cols = MatrixType::ColsAtCompileTime)
permutationmatrices.cpp 19 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime,
product_trmv.cpp 17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffVector.h 38 typedef AutoDiffScalar<Matrix<BaseScalar,JacobianType::RowsAtCompileTime,1> > ActiveScalar;
  /external/eigen/unsupported/test/
matrix_function.cpp 142 typedef Matrix<ComplexScalar, MatrixType::RowsAtCompileTime,
  /external/eigen/Eigen/src/Cholesky/
LLT.h 57 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
  /external/eigen/Eigen/src/Core/util/
Macros.h 856 enum { RowsAtCompileTime = Eigen::internal::traits<Derived>::RowsAtCompileTime, \
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 27 RowsAtCompileTime = Dynamic,
662 RowsAtCompileTime = Dynamic,

Completed in 3557 milliseconds

1 2 3 45 6