Searched refs:ColVectorType (Results 1 - 10 of 10) sorted by relevance

/external/eigen/test/
H A Dvectorwiseop.cpp18 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; typedef
30 ColVectorType colvec = ColVectorType::Random(rows);
121 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; typedef
135 ColVectorType colvec = ColVectorType::Random(rows);
H A Dproduct.h28 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; typedef
50 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
H A Dproduct_notemporary.cpp37 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; typedef
48 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols);
H A Dproduct_extra.cpp17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; typedef
34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
H A Darray_for_matrix.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; typedef
26 ColVectorType cv1 = ColVectorType::Random(rows);
62 VERIFY_IS_APPROX(m1.block(0,0,rows,0).rowwise().prod(), ColVectorType::Ones(rows));
H A Darray.cpp16 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; typedef
26 ColVectorType cv1 = ColVectorType::Random(rows);
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef in class:Eigen::internal::UpperBidiagonalization
98 ColVectorType temp(rows);
/external/eigen/test/eigen2/
H A Dproduct.h30 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; typedef
52 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols);
/external/eigen/Eigen/src/Eigen2Support/
H A DLU.h25 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> ColVectorType; typedef in class:Eigen::LU
/external/eigen/Eigen/src/QR/
H A DFullPivHouseholderQR.h71 typedef typename internal::plain_col_type<MatrixType>::type ColVectorType; typedef in class:Eigen::FullPivHouseholderQR

Completed in 406 milliseconds