HomeSort by relevance Sort by last modified time
    Searched refs:ColVectorType (Results 1 - 8 of 8) sorted by null

  /external/eigen/test/
vectorwiseop.cpp 20 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType;
32 ColVectorType colvec = ColVectorType::Random(rows);
135 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType;
149 ColVectorType colvec = ColVectorType::Random(rows);
product.h 27 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType;
49 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
212 ColVectorType x(cols); x.setRandom();
213 ColVectorType z(x);
214 ColVectorType y(cols); y.setZero();
product_notemporary.cpp 22 typedef Matrix<Scalar, Dynamic, 1> ColVectorType;
33 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols);
array_for_matrix.cpp 16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType;
26 ColVectorType cv1 = ColVectorType::Random(rows);
62 VERIFY_IS_APPROX(m1.block(0,0,rows,0).rowwise().prod(), ColVectorType::Ones(rows));
array.cpp 17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType;
29 ColVectorType cv1 = ColVectorType::Random(rows);
product_extra.cpp 17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType;
34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 34 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType;
369 ColVectorType temp(rows);
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 79 typedef typename internal::plain_col_type<MatrixType>::type ColVectorType;

Completed in 177 milliseconds