Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorwiseop.cpp20 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_array() typedef
135 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in vectorwiseop_matrix() typedef
Dproduct_notemporary.cpp22 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_notemporary() typedef
Dproduct.h27 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> ColVectorType; in product() typedef
Darray_for_matrix.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> ColVectorType; in array_for_matrix() typedef
Darray.cpp17 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; in array() typedef
Dproduct_extra.cpp17 typedef Matrix<Scalar, Dynamic, 1> ColVectorType; in product_extra() typedef
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h34 typedef Matrix<Scalar, RowsAtCompileTime, 1> ColVectorType; typedef