Home
last modified time | relevance | path

Searched defs:ColVectorType (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/
Dvectorwiseop.cpp19 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
112 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
Dproduct.h29 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
Dproduct_notemporary.cpp37 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
Dproduct_extra.cpp18 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
Darray_for_matrix.cpp17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
Darray.cpp17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
Djacobisvd.cpp33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; in jacobisvd_check_full() typedef
/external/eigen/Eigen/src/Eigen2Support/
DLU.h25 …ype::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> ColVectorType; typedef
/external/eigen/test/eigen2/
Dproduct.h30 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h33 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef