OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColVectorType
(Results
1 - 10
of
10
) sorted by null
/external/eigen/test/
vectorwiseop.cpp
18
typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1>
ColVectorType
;
30
ColVectorType
colvec =
ColVectorType
::Random(rows);
121
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1>
ColVectorType
;
135
ColVectorType
colvec =
ColVectorType
::Random(rows);
product.h
28
typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1>
ColVectorType
;
50
ColVectorType
vc2 =
ColVectorType
::Random(cols), vcres(cols);
product_notemporary.cpp
37
typedef Matrix<Scalar, Dynamic, 1>
ColVectorType
;
48
ColVectorType
cv1 =
ColVectorType
::Random(cols), cvres(cols);
product_extra.cpp
17
typedef Matrix<Scalar, Dynamic, 1>
ColVectorType
;
34
ColVectorType
vc2 =
ColVectorType
::Random(cols), vcres(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
16
typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1>
ColVectorType
;
26
ColVectorType
cv1 =
ColVectorType
::Random(rows);
/external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h
33
typedef Matrix<Scalar, RowsAtCompileTime, 1>
ColVectorType
;
98
ColVectorType
temp(rows);
/external/eigen/test/eigen2/
product.h
30
typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1>
ColVectorType
;
52
ColVectorType
vc2 =
ColVectorType
::Random(cols), vcres(cols);
/external/eigen/Eigen/src/Eigen2Support/
LU.h
25
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1>
ColVectorType
;
/external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h
71
typedef typename internal::plain_col_type<MatrixType>::type
ColVectorType
;
Completed in 749 milliseconds