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

1 2 3 4 56

  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 122 eigen_assert(CrossReturnType::RowsAtCompileTime==3 && "the matrix must have exactly 3 rows");
Quaternion.h 23 int OtherRows=Other::RowsAtCompileTime,
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 272 res = Matrix<Scalar,ResType::RowsAtCompileTime,ResType::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x), x_cd->nrow, x_cd->ncol);
  /external/eigen/test/
corners.cpp 52 rows = MatrixType::RowsAtCompileTime,
diagonalmatrices.cpp 16 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime };
array.cpp 17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType;
93 ArrayType::RowsAtCompileTime==Dynamic?2:ArrayType::RowsAtCompileTime,
array_for_matrix.cpp 16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType;
block.cpp 38 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
main.h 560 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime };
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 44 RowsAtCompileTime = Dynamic,
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 303 dest = Matrix<Scalar,Dest::RowsAtCompileTime,Dest::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x),b.rows(),b.cols());
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 117 typedef Matrix<StorageIndex, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 165 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
  /external/eigen/unsupported/test/
autodiff.cpp 164 InputType x = InputType::Random(InputType::RowsAtCompileTime);
  /external/eigen/Eigen/src/SVD/
BDCSVD.h 82 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
84 DiagSizeAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(RowsAtCompileTime, ColsAtCompileTime),
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 75 typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime> PermutationPType;
    [all...]
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 141 typedef typename sparse_eval<ColMajorMatrixAux,ResultType::RowsAtCompileTime,ResultType::ColsAtCompileTime,ColMajorMatrixAux::Flags>::type ColMajorMatrix;
SparseDenseProduct.h 188 typedef typename nested_eval<Rhs,((Lhs::Flags&RowMajorBit)==RowMajorBit) ? 1 : Lhs::RowsAtCompileTime>::type RhsNested;
SparseMatrix.h 54 RowsAtCompileTime = Dynamic,
76 RowsAtCompileTime = Dynamic,
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 76 Size = MatrixType::RowsAtCompileTime,
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 330 typedef Matrix<int, MatrixType::RowsAtCompileTime, 1> IntColVectorType;
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 674 typedef AutoDiffScalar<Matrix<typename NumTraits<typename DerTypeCleaned::Scalar>::Real,DerTypeCleaned::RowsAtCompileTime,DerTypeCleaned::ColsAtCompileTime,
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 40 RowsAtCompileTime = Dynamic,

Completed in 1510 milliseconds

1 2 3 4 56